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
CONF_PROP_LOCAL_PREFIX, CONF_PROP_RELEASES_PREFIX, CONF_PROP_REMOTE_PREFIX, CONF_PROP_SNAPSHOTS_PREFIX, CONF_PROP_SPLIT, CONF_PROP_SPLIT_LOCAL, CONF_PROP_SPLIT_REMOTE, CONF_PROP_SPLIT_REMOTE_REPOSITORY, CONF_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
-
Method Summary
Modifier and TypeMethodDescriptioncreateComposer
(RepositorySystemSession session) CreatesLocalPathPrefixComposer
instance 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:LocalPathPrefixComposerFactory
CreatesLocalPathPrefixComposer
instance out of whatever configuration it finds in passed in session.- Parameters:
session
- The repository session, nevernull
.- Returns:
- The created instance, never
null
.
-