Uses of Class
org.apache.ivy.osgi.core.ExecutionEnvironmentProfile
-
Packages that use ExecutionEnvironmentProfile Package Description org.apache.ivy.osgi.core -
-
Uses of ExecutionEnvironmentProfile in org.apache.ivy.osgi.core
Fields in org.apache.ivy.osgi.core with type parameters of type ExecutionEnvironmentProfile Modifier and Type Field Description private java.util.Map<java.lang.String,ExecutionEnvironmentProfile>ExecutionEnvironmentProfileProvider. profileListMethods in org.apache.ivy.osgi.core that return ExecutionEnvironmentProfile Modifier and Type Method Description ExecutionEnvironmentProfileExecutionEnvironmentProfileProvider. getProfile(java.lang.String profile)private static ExecutionEnvironmentProfileExecutionEnvironmentProfileProvider. loadProfile(java.util.Properties props, java.util.Map<java.lang.String,ExecutionEnvironmentProfile> profiles, java.lang.String name)Methods in org.apache.ivy.osgi.core that return types with arguments of type ExecutionEnvironmentProfile Modifier and Type Method Description static java.util.Map<java.lang.String,ExecutionEnvironmentProfile>ExecutionEnvironmentProfileProvider. loadDefaultProfileList()Method parameters in org.apache.ivy.osgi.core with type arguments of type ExecutionEnvironmentProfile Modifier and Type Method Description private static ExecutionEnvironmentProfileExecutionEnvironmentProfileProvider. loadProfile(java.util.Properties props, java.util.Map<java.lang.String,ExecutionEnvironmentProfile> profiles, java.lang.String name)
-