Class ModuleRequest

    • Method Detail

      • getGroupId

        public String getGroupId()
      • getArtifactId

        public String getArtifactId()
      • getVersion

        public String getVersion()
      • setVersion

        public void setVersion​(String version)
      • getId

        public UUID getId()
      • getModuleId

        public String getModuleId()
      • getMavenArtifactId

        public String getMavenArtifactId()
      • getRemoteLocation

        public String getRemoteLocation()
      • getLocalPath

        public Path getLocalPath​(Path localRepo)
      • getFileName

        public String getFileName()
      • isSnapshot

        public boolean isSnapshot()
      • getMetadataLocation

        public String getMetadataLocation()
      • getType

        public String getType()
      • restart

        public boolean restart()
      • setRestart

        public void setRestart​(boolean restart)
      • setRestartCommand

        public void setRestartCommand​(String restartCommand)
      • setTestCommand

        public void setTestCommand​(String testCommand)
      • getBaseLocation

        public Path getBaseLocation()
      • setBaseLocation

        public void setBaseLocation​(String baseLocation)
      • deleteBase

        public abstract boolean deleteBase()
      • checkConfig

        public abstract boolean checkConfig()
      • getLogName

        public abstract String getLogName()