Uses of Interface
org.appformer.maven.support.AFReleaseId
-
-
Uses of AFReleaseId in org.appformer.maven.support
Classes in org.appformer.maven.support that implement AFReleaseId Modifier and Type Class Description classAFReleaseIdImplMethods in org.appformer.maven.support that return AFReleaseId Modifier and Type Method Description static AFReleaseIdAFReleaseIdImpl. fromPropertiesStream(InputStream stream, String path)static AFReleaseIdAFReleaseIdImpl. fromPropertiesString(String path)AFReleaseIdPomModel. getParentReleaseId()AFReleaseIdPomModel.InternalModel. getParentReleaseId()AFReleaseIdPomModel. getReleaseId()AFReleaseIdPomModel.InternalModel. getReleaseId()Methods in org.appformer.maven.support that return types with arguments of type AFReleaseId Modifier and Type Method Description Collection<AFReleaseId>PomModel. getDependencies()Collection<AFReleaseId>PomModel. getDependencies(DependencyFilter filter)Collection<AFReleaseId>PomModel.InternalModel. getDependencies()Collection<AFReleaseId>PomModel.InternalModel. getDependencies(DependencyFilter filter)Methods in org.appformer.maven.support with parameters of type AFReleaseId Modifier and Type Method Description booleanDependencyFilter. accept(AFReleaseId releaseId, String scope)booleanDependencyFilter.ExcludeScopeFilter. accept(AFReleaseId releaseId, String scope)protected voidPomModel.InternalModel. addDependency(AFReleaseId dependency, String scope)static StringAFReleaseIdImpl. getPomPropertiesPath(AFReleaseId releaseId)static StringAFReleaseIdImpl. getPomXmlPath(AFReleaseId releaseId)voidPomModel.InternalModel. setParentReleaseId(AFReleaseId parentReleaseId)voidPomModel.InternalModel. setReleaseId(AFReleaseId releaseId)
-