Package org.apache.maven.profiles
Class ProfilesConversionUtils
- java.lang.Object
-
- org.apache.maven.profiles.ProfilesConversionUtils
-
@Deprecated public class ProfilesConversionUtils extends java.lang.Object
Deprecated.ProfilesConversionUtils
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ProfilesConversionUtils()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Profile
convertFromProfileXmlProfile(Profile profileXmlProfile)
Deprecated.private static Repository
convertFromProfileXmlRepository(Repository profileXmlRepo)
Deprecated.private static RepositoryPolicy
convertRepositoryPolicy(RepositoryPolicy profileXmlRepo)
Deprecated.
-
-
-
Method Detail
-
convertFromProfileXmlProfile
public static Profile convertFromProfileXmlProfile(Profile profileXmlProfile)
Deprecated.
-
convertFromProfileXmlRepository
private static Repository convertFromProfileXmlRepository(Repository profileXmlRepo)
Deprecated.
-
convertRepositoryPolicy
private static RepositoryPolicy convertRepositoryPolicy(RepositoryPolicy profileXmlRepo)
Deprecated.
-
-