Uses of Class
org.apache.synapse.libraries.model.LibraryArtifact
-
Packages that use LibraryArtifact Package Description org.apache.synapse.libraries.model -
-
Uses of LibraryArtifact in org.apache.synapse.libraries.model
Methods in org.apache.synapse.libraries.model with parameters of type LibraryArtifact Modifier and Type Method Description void
SynapseLibrary. addArtifactDescription(LibraryArtifact artifact)
void
LibraryArtifact. addSubArtifact(LibraryArtifact artifact)
boolean
LibraryArtifact.Dependency. resolveWith(LibraryArtifact artifact)
void
LibraryArtifact. setParent(LibraryArtifact parent)
Method parameters in org.apache.synapse.libraries.model with type arguments of type LibraryArtifact Modifier and Type Method Description boolean
SynapseLibrary. resolveDependencies(List<LibraryArtifact> unresolvedPrincipalArtifactList)
-