Package | Description |
---|---|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
Modifier and Type | Class and Description |
---|---|
private static class |
DefaultLocalPathPrefixComposerFactory.DefaultLocalPathPrefixComposer
LocalPathPrefixComposer implementation that fully reuses LocalPathPrefixComposerSupport class. |
protected static class |
LocalPathPrefixComposerFactorySupport.LocalPathPrefixComposerSupport
Support class for composers: it defines protected members for all the predefined configuration values and
provides default implementation for methods.
|
Modifier and Type | Field and Description |
---|---|
private LocalPathPrefixComposer |
EnhancedLocalRepositoryManager.localPathPrefixComposer |
Modifier and Type | Method and Description |
---|---|
LocalPathPrefixComposer |
DefaultLocalPathPrefixComposerFactory.createComposer(RepositorySystemSession session) |
LocalPathPrefixComposer |
LocalPathPrefixComposerFactory.createComposer(RepositorySystemSession session)
Creates
LocalPathPrefixComposer instance out of whatever configuration it finds in passed in session. |
Constructor and Description |
---|
EnhancedLocalRepositoryManager(java.io.File basedir,
LocalPathComposer localPathComposer,
java.lang.String trackingFilename,
TrackingFileManager trackingFileManager,
LocalPathPrefixComposer localPathPrefixComposer) |