Package org.eclipse.aether.internal.impl
Class DefaultLocalPathPrefixComposerFactory
java.lang.Object
org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupport
org.eclipse.aether.internal.impl.DefaultLocalPathPrefixComposerFactory
- All Implemented Interfaces:
- LocalPathPrefixComposerFactory
@Singleton
@Named
public final class DefaultLocalPathPrefixComposerFactory
extends LocalPathPrefixComposerFactorySupport
Default local path prefix composer factory: it fully reuses 
LocalPathPrefixComposerFactorySupport class
 without changing anything from it.- Since:
- 1.8.1
- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupportLocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport
- 
Field SummaryFields inherited from class org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupportCONFIG_PROP_LOCAL_PREFIX, CONFIG_PROP_RELEASES_PREFIX, CONFIG_PROP_REMOTE_PREFIX, CONFIG_PROP_SNAPSHOTS_PREFIX, CONFIG_PROP_SPLIT, CONFIG_PROP_SPLIT_LOCAL, CONFIG_PROP_SPLIT_REMOTE, CONFIG_PROP_SPLIT_REMOTE_REPOSITORY, CONFIG_PROP_SPLIT_REMOTE_REPOSITORY_LAST, DEFAULT_LOCAL_PREFIX, DEFAULT_RELEASES_PREFIX, DEFAULT_REMOTE_PREFIX, DEFAULT_SNAPSHOTS_PREFIX, DEFAULT_SPLIT, DEFAULT_SPLIT_LOCAL, DEFAULT_SPLIT_REMOTE, DEFAULT_SPLIT_REMOTE_REPOSITORY, DEFAULT_SPLIT_REMOTE_REPOSITORY_LAST
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateComposer(org.eclipse.aether.RepositorySystemSession session) CreatesLocalPathPrefixComposerinstance out of whatever configuration it finds in passed in session.Methods inherited from class org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupportgetLocalPrefix, getReleasesPrefix, getRemotePrefix, getSnapshotsPrefix, isSplit, isSplitLocal, isSplitRemote, isSplitRemoteRepository, isSplitRemoteRepositoryLast
- 
Constructor Details- 
DefaultLocalPathPrefixComposerFactory
 
- 
- 
Method Details- 
createComposerDescription copied from interface:LocalPathPrefixComposerFactoryCreatesLocalPathPrefixComposerinstance out of whatever configuration it finds in passed in session.- Parameters:
- session- The repository session, never- null.
- Returns:
- The created instance, never null.
 
 
-