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