Package org.eclipse.aether.internal.impl
Class DefaultLocalPathPrefixComposerFactory.DefaultLocalPathPrefixComposer
java.lang.Object
org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport
org.eclipse.aether.internal.impl.DefaultLocalPathPrefixComposerFactory.DefaultLocalPathPrefixComposer
- All Implemented Interfaces:
LocalPathPrefixComposer
- Enclosing class:
DefaultLocalPathPrefixComposerFactory
private static class DefaultLocalPathPrefixComposerFactory.DefaultLocalPathPrefixComposer
extends LocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport
LocalPathPrefixComposer
implementation that fully reuses LocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport
class.-
Field Summary
Fields inherited from class org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport
localPrefix, releasesPrefix, remotePrefix, snapshotsPrefix, split, splitLocal, splitRemote, splitRemoteRepository, splitRemoteRepositoryLast
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
DefaultLocalPathPrefixComposer
(boolean split, String localPrefix, boolean splitLocal, String remotePrefix, boolean splitRemote, boolean splitRemoteRepository, boolean splitRemoteRepositoryLast, String releasesPrefix, String snapshotsPrefix) -
Method Summary
Methods inherited from class org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport
getPathPrefixForLocalArtifact, getPathPrefixForLocalMetadata, getPathPrefixForRemoteArtifact, getPathPrefixForRemoteMetadata, isSnapshot
-
Constructor Details
-
DefaultLocalPathPrefixComposer
-