Class AbstractProjectOrModule

    • Constructor Detail

      • AbstractProjectOrModule

        public AbstractProjectOrModule​(ProjectDefinition definition,
                                       int scannerComponentId)
    • Method Detail

      • key

        public java.lang.String key()
        Module key without branch
      • isFile

        public boolean isFile()
        Description copied from interface: InputComponent
        Is the component an InputFile
      • getBaseDir

        public java.nio.file.Path getBaseDir()
      • getWorkDir

        public java.nio.file.Path getWorkDir()
      • getKeyWithBranch

        public java.lang.String getKeyWithBranch()
      • getBranch

        @CheckForNull
        public java.lang.String getBranch()
      • properties

        public java.util.Map<java.lang.String,​java.lang.String> properties()
      • getOriginalName

        @CheckForNull
        public java.lang.String getOriginalName()
      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • getEncoding

        public java.nio.charset.Charset getEncoding()