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 voidSynapseLibrary. addArtifactDescription(LibraryArtifact artifact)voidLibraryArtifact. addSubArtifact(LibraryArtifact artifact)booleanLibraryArtifact.Dependency. resolveWith(LibraryArtifact artifact)voidLibraryArtifact. setParent(LibraryArtifact parent)Method parameters in org.apache.synapse.libraries.model with type arguments of type LibraryArtifact Modifier and Type Method Description booleanSynapseLibrary. resolveDependencies(List<LibraryArtifact> unresolvedPrincipalArtifactList)
-