Uses of Interface
org.eclipse.aether.internal.impl.LocalPathPrefixComposer
-
Packages that use LocalPathPrefixComposer Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system. -
-
Uses of LocalPathPrefixComposer in org.eclipse.aether.internal.impl
Classes in org.eclipse.aether.internal.impl that implement LocalPathPrefixComposer Modifier and Type Class Description private static class
DefaultLocalPathPrefixComposerFactory.DefaultLocalPathPrefixComposer
LocalPathPrefixComposer
implementation that fully reusesLocalPathPrefixComposerFactorySupport.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.Fields in org.eclipse.aether.internal.impl declared as LocalPathPrefixComposer Modifier and Type Field Description private LocalPathPrefixComposer
EnhancedLocalRepositoryManager. localPathPrefixComposer
Methods in org.eclipse.aether.internal.impl that return LocalPathPrefixComposer Modifier and Type Method Description LocalPathPrefixComposer
DefaultLocalPathPrefixComposerFactory. createComposer(RepositorySystemSession session)
LocalPathPrefixComposer
LocalPathPrefixComposerFactory. createComposer(RepositorySystemSession session)
CreatesLocalPathPrefixComposer
instance out of whatever configuration it finds in passed in session.Constructors in org.eclipse.aether.internal.impl with parameters of type LocalPathPrefixComposer Constructor Description EnhancedLocalRepositoryManager(java.io.File basedir, LocalPathComposer localPathComposer, java.lang.String trackingFilename, TrackingFileManager trackingFileManager, LocalPathPrefixComposer localPathPrefixComposer)
-