| java.lang.Object org.apache.geronimo.client.builder.OptionalExplicitDefaultArtifactResolver
OptionalExplicitDefaultArtifactResolver | public class OptionalExplicitDefaultArtifactResolver implements ArtifactResolver(Code) | | This class is intended to get around some problems using the normal ExplicitDefaultArtifactResolver for client building.
We really want it to refer to the server's client_artifact_aliases.properties file, but that isn't available when run
from the car-maven-plugin. Also the ServerInfo is missing and the ArtifactManager is not in a parent configuration
(the car-maven-plugin starts a configuration that isn't a parent of anything. We might be able to fix that by a
use of artifact_aliases.properties itself, but that might be for later).
version: $Rev: 567892 $ $Date: 2007-08-20 18:01:16 -0700 (Mon, 20 Aug 2007) $ |
Field Summary | |
final public static GBeanInfo | GBEAN_INFO |
GBEAN_INFO | final public static GBeanInfo GBEAN_INFO(Code) | | |
generateArtifact | public Artifact generateArtifact(Artifact source, String defaultType)(Code) | | |
getGBeanInfo | public static GBeanInfo getGBeanInfo()(Code) | | |
queryArtifact | public Artifact queryArtifact(Artifact artifact) throws MultipleMatchesException(Code) | | |
queryArtifacts | public Artifact[] queryArtifacts(Artifact artifact)(Code) | | |
resolveInClassLoader | public Artifact resolveInClassLoader(Artifact source) throws MissingDependencyException(Code) | | |
resolveInClassLoader | public Artifact resolveInClassLoader(Artifact source, Collection parentConfigurations) throws MissingDependencyException(Code) | | |
|
|