Package org.eclipse.aether.internal.impl
Interface LocalPathPrefixComposerFactory
- All Known Implementing Classes:
DefaultLocalPathPrefixComposerFactory
,LocalPathPrefixComposerFactorySupport
public interface LocalPathPrefixComposerFactory
Creates instances of
LocalPathPrefixComposer
.- Since:
- 1.8.1
-
Method Summary
Modifier and TypeMethodDescriptioncreateComposer
(RepositorySystemSession session) CreatesLocalPathPrefixComposer
instance out of whatever configuration it finds in passed in session.
-
Method Details
-
createComposer
CreatesLocalPathPrefixComposer
instance out of whatever configuration it finds in passed in session.- Parameters:
session
- The repository session, nevernull
.- Returns:
- The created instance, never
null
.
-