Class RepositoryModel.CodeBlock

  • Enclosing class:
    RepositoryModel

    public static class RepositoryModel.CodeBlock
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String code  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CodeBlock​(java.lang.String code)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEmpty()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        public final java.lang.String code
    • Constructor Detail

      • CodeBlock

        private CodeBlock​(java.lang.String code)
    • Method Detail

      • isEmpty

        public boolean isEmpty()