Class LibraryArtifact

    • Field Detail

      • description

        protected String description
    • Constructor Detail

      • LibraryArtifact

        public LibraryArtifact​(String name)
    • Method Detail

      • setupFile

        public void setupFile​(String filename)
      • addSubArtifact

        public void addSubArtifact​(LibraryArtifact artifact)
      • getName

        public String getName()
      • isLeafArtifact

        public boolean isLeafArtifact()
      • loadComponentsInto

        public void loadComponentsInto​(SynapseLibrary library)
      • setPath

        public void setPath​(String path)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • setDescription

        public void setDescription​(String description)
        Description copied from interface: SynapseArtifact
        Set the description of the artifact
        Specified by:
        setDescription in interface SynapseArtifact
        Parameters:
        description - tobe set to the artifact