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 reusesLocalPathPrefixComposerFactorySupport.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
Constructors Modifier Constructor Description private
DefaultLocalPathPrefixComposer(boolean split, java.lang.String localPrefix, boolean splitLocal, java.lang.String remotePrefix, boolean splitRemote, boolean splitRemoteRepository, boolean splitRemoteRepositoryLast, java.lang.String releasesPrefix, java.lang.String snapshotsPrefix)
-
Method Summary
-
Methods inherited from class org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport
getPathPrefixForLocalArtifact, getPathPrefixForLocalMetadata, getPathPrefixForRemoteArtifact, getPathPrefixForRemoteMetadata, isSnapshot
-
-
-
-
Constructor Detail
-
DefaultLocalPathPrefixComposer
private DefaultLocalPathPrefixComposer(boolean split, java.lang.String localPrefix, boolean splitLocal, java.lang.String remotePrefix, boolean splitRemote, boolean splitRemoteRepository, boolean splitRemoteRepositoryLast, java.lang.String releasesPrefix, java.lang.String snapshotsPrefix)
-
-