Class CustomCode

    • Constructor Detail

      • CustomCode

        public CustomCode()
    • Method Detail

      • setDependencies

        public void setDependencies​(java.util.Vector<DependencyProperty> dependencies)
        The Vector of DependencyProperty with the list of Jar/Zip files dependencies.
      • getDependencies

        public java.util.Vector<DependencyProperty> getDependencies()
        The Vector of DependencyProperty with the list of Jar/Zip files dependencies.
      • getArchivesSigned

        public boolean getArchivesSigned()
        whether or not archives signed
      • setArchivesSigned

        public void setArchivesSigned​(boolean ArchivesSigned)
        whether or not archives signed
      • setSourceFile

        public void setSourceFile​(java.lang.String path)
        The path to custom code JAR file.
      • getSourceFile

        public java.lang.String getSourceFile()
        The path to custom code JAR file.