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 Summary
Nested classes/interfaces inherited from class org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupport
LocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport - 
Field Summary
Fields inherited from class org.eclipse.aether.internal.impl.LocalPathPrefixComposerFactorySupport
CONFIG_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 Summary
Constructors - 
Method Summary
Modifier 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.LocalPathPrefixComposerFactorySupport
getLocalPrefix, getReleasesPrefix, getRemotePrefix, getSnapshotsPrefix, isSplit, isSplitLocal, isSplitRemote, isSplitRemoteRepository, isSplitRemoteRepositoryLast 
- 
Constructor Details
- 
DefaultLocalPathPrefixComposerFactory
 
 - 
 - 
Method Details
- 
createComposer
Description copied from interface:LocalPathPrefixComposerFactoryCreatesLocalPathPrefixComposerinstance out of whatever configuration it finds in passed in session.- Parameters:
 session- The repository session, nevernull.- Returns:
 - The created instance, never 
null. 
 
 -