Uses of Class
org.hotswap.agent.versions.MavenInfo
-
Packages that use MavenInfo Package Description org.hotswap.agent.versions -
-
Uses of MavenInfo in org.hotswap.agent.versions
Methods in org.hotswap.agent.versions that return types with arguments of type MavenInfo Modifier and Type Method Description Set<MavenInfo>DeploymentInfo. getMaven()Gets the maven coordinates.Method parameters in org.hotswap.agent.versions with type arguments of type MavenInfo Modifier and Type Method Description voidDeploymentInfo. setMaven(Set<MavenInfo> maven)Sets the maven coordinates.Constructor parameters in org.hotswap.agent.versions with type arguments of type MavenInfo Constructor Description DeploymentInfo(Set<MavenInfo> maven, Set<ManifestInfo> manifest)Instantiates a new deployment info.
-