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