Uses of Class
com.tibco.ep.sb.ads.DefaultArtifact
-
Packages that use DefaultArtifact Package Description com.tibco.ep.sb.ads Provides classes and interfaces for interacting with the TIBCO Artifact Management Server. -
-
Uses of DefaultArtifact in com.tibco.ep.sb.ads
Methods in com.tibco.ep.sb.ads that return types with arguments of type DefaultArtifact Modifier and Type Method Description Optional<DefaultArtifact>
ArtifactDescriptor. getDefaultArtifact()
Constructors in com.tibco.ep.sb.ads with parameters of type DefaultArtifact Constructor Description ArtifactDescriptor(String type, DefaultArtifact defaultArtifact)
Creates an ArtifactDescriptor instance with only a default artifact specified.ArtifactDescriptor(String type, String name, String version, DefaultArtifact defaultArtifact)
Creates an ArtifactDescriptor instance for the specified artifact and a default artifact.
-