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 SummaryModifier and TypeMethodDescriptioncreateComposer(org.eclipse.aether.RepositorySystemSession session) CreatesLocalPathPrefixComposerinstance out of whatever configuration it finds in passed in session.
- 
Method Details- 
createComposerCreatesLocalPathPrefixComposerinstance out of whatever configuration it finds in passed in session.- Parameters:
- session- The repository session, never- null.
- Returns:
- The created instance, never null.
 
 
-