org.codehaus.plexus.PlexusConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of virtdata-lib-realer Show documentation
Show all versions of virtdata-lib-realer Show documentation
With inspiration from other libraries
package org.codehaus.plexus;
public abstract class PlexusConstants
{
/** Key used to retrieve the plexus container from the context. */
public static final String PLEXUS_KEY = "plexus";
/** Key used to retrieve the core classworlds realm from the context.*/
public static final String PLEXUS_CORE_REALM = "coreRealm";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy