Modifier and Type | Method and Description |
---|---|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromClassloaderResource(String path)
Deprecated.
|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromClassloaderResource(String path,
ClassLoader cl)
Deprecated.
|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromFile(File file)
Deprecated.
|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.configureFromFile(String pathToFile)
Deprecated.
|
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.fromClassloaderResource(String path)
Configures this
ResolverSystem from the result of ClassLoader.getResource(String) using the
current Thread.getContextClassLoader()
This method is deprecated. |
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.fromClassloaderResource(String path,
ClassLoader loader)
Configures this
ResolverSystem from the result of ClassLoader.getResource(String) using the
specified ClassLoader
This method is deprecated. |
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.fromFile(File file)
Configures this
ResolverSystem from the specified file |
CONFIGUREDRESOLVERSYSTEMTYPE |
ConfigurableResolverSystem.fromFile(String pathToFile)
Configures this
ResolverSystem from the file at the specified path
This method is deprecated. |
Modifier and Type | Method and Description |
---|---|
MavenWorkingSession |
MavenWorkingSession.configureSettingsFromFile(File globalSettingsFile,
File userSettingsFile)
Loads Maven configuration and updates session settings accordingly.
|
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBase.loadPomFromClassLoaderResource(String pathToPomResource)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the current Thread.getContextClassLoader() . |
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBase.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the specified ClassLoader . |
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBase.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl,
String... profiles)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the specified ClassLoader . |
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBase.loadPomFromFile(File pomFile)
Configures the Maven Resolver System Project Object Model from metadata contained in the specified POM
File . |
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBase.loadPomFromFile(File pomFile,
String... profiles)
Configures the Maven Resolver System Project Object Model from metadata contained in the specified POM
File . |
MavenWorkingSession |
MavenWorkingSession.loadPomFromFile(File pomFile,
String... profiles)
Loads an effective POM file and updates session settings accordingly.
|
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBase.loadPomFromFile(String pathToPomFile)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified path.
|
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBase.loadPomFromFile(String pathToPomFile,
String... profiles)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified path.
|
Modifier and Type | Method and Description |
---|---|
ConfiguredMavenImporter |
MavenImporter.configureFromClassloaderResource(String path)
Optional operation.
|
ConfiguredMavenImporter |
MavenImporter.configureFromClassloaderResource(String path,
ClassLoader cl)
Optional operation.
|
ConfiguredMavenImporter |
MavenImporter.configureFromFile(File file)
Optional operation.
|
ConfiguredMavenImporter |
MavenImporter.configureFromFile(String pathToFile)
Optional operation.
|
PomEquippedMavenImporter |
PomlessMavenImporter.loadPomFromClassLoaderResource(String pathToPomResource)
Configures the Maven Importer from Project Object Model contained in the POM file located at the specified
ClassLoader resource path, loaded by the current Thread.getContextClassLoader() . |
PomEquippedMavenImporter |
PomlessMavenImporter.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl)
Configures the Maven Importer from Project Object Model contained in the POM file located at the specified
ClassLoader resource path, loaded by the specified ClassLoader . |
PomEquippedMavenImporter |
PomlessMavenImporter.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl,
String... profiles)
Configures the Maven Importer from Project Object Model contained in the POM file located at the specified
ClassLoader resource path, loaded by the specified ClassLoader . |
PomEquippedMavenImporter |
PomlessMavenImporter.loadPomFromFile(File pomFile)
Configures the Maven Importer from Project Object Model contained in the specified POM
File . |
PomEquippedMavenImporter |
PomlessMavenImporter.loadPomFromFile(File pomFile,
String... profiles)
Configures the Maven Importer from Project Object Model contained in the specified POM
File . |
PomEquippedMavenImporter |
PomlessMavenImporter.loadPomFromFile(String pathToPomFile)
Configures the Maven Importer from Project Object Model contained in the POM file located at the specified path.
|
PomEquippedMavenImporter |
PomlessMavenImporter.loadPomFromFile(String pathToPomFile,
String... profiles)
Configures the Maven Importer from Project Object Model contained in the POM file located at the specified path.
|
Modifier and Type | Method and Description |
---|---|
UNCONFIGURABLERESOLVERSYSTEMTYPE |
ConfigurableMavenResolverSystemBaseImpl.configureFromClassloaderResource(String path)
Optional operation.
|
UNCONFIGURABLERESOLVERSYSTEMTYPE |
ConfigurableMavenResolverSystemBaseImpl.configureFromClassloaderResource(String path,
ClassLoader loader)
Optional operation.
|
UNCONFIGURABLERESOLVERSYSTEMTYPE |
ConfigurableMavenResolverSystemBaseImpl.configureFromFile(File file)
Optional operation.
|
UNCONFIGURABLERESOLVERSYSTEMTYPE |
ConfigurableMavenResolverSystemBaseImpl.configureFromFile(String pathToFile)
Optional operation.
|
MavenWorkingSession |
ConfigurableMavenWorkingSessionImpl.configureSettingsFromFile(File globalSettings,
File userSettings) |
void |
SettingsManager.configureSettingsFromFile(File globalSettings,
File userSettings)
Crates an instance of
Settings and configures it from the given file. |
UNCONFIGURABLERESOLVERSYSTEMTYPE |
ConfigurableMavenResolverSystemBaseImpl.fromClassloaderResource(String path) |
UNCONFIGURABLERESOLVERSYSTEMTYPE |
ConfigurableMavenResolverSystemBaseImpl.fromClassloaderResource(String path,
ClassLoader loader) |
UNCONFIGURABLERESOLVERSYSTEMTYPE |
ConfigurableMavenResolverSystemBaseImpl.fromFile(File file) |
UNCONFIGURABLERESOLVERSYSTEMTYPE |
ConfigurableMavenResolverSystemBaseImpl.fromFile(String pathToFile) |
EQUIPPEDRESOLVESTAGETYPE |
MavenResolverSystemBaseImpl.loadPomFromClassLoaderResource(String pathToPomResource)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the current Thread.getContextClassLoader() . |
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBaseImpl.loadPomFromClassLoaderResource(String pathToPomResource)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the current Thread.getContextClassLoader() . |
EQUIPPEDRESOLVESTAGETYPE |
MavenResolverSystemBaseImpl.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the specified ClassLoader . |
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBaseImpl.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the specified ClassLoader . |
EQUIPPEDRESOLVESTAGETYPE |
MavenResolverSystemBaseImpl.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl,
String... profiles)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the specified ClassLoader . |
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBaseImpl.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl,
String... profiles)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified
ClassLoader resource path, loaded by the specified ClassLoader . |
EQUIPPEDRESOLVESTAGETYPE |
MavenResolverSystemBaseImpl.loadPomFromFile(File pomFile)
Configures the Maven Resolver System Project Object Model from metadata contained in the specified POM
File . |
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBaseImpl.loadPomFromFile(File pomFile)
Configures the Maven Resolver System Project Object Model from metadata contained in the specified POM
File . |
MavenWorkingSession |
MavenWorkingSessionImpl.loadPomFromFile(File pomFile,
String... profiles) |
EQUIPPEDRESOLVESTAGETYPE |
MavenResolverSystemBaseImpl.loadPomFromFile(File pomFile,
String... profiles)
Configures the Maven Resolver System Project Object Model from metadata contained in the specified POM
File . |
EQUIPPEDRESOLVESTAGETYPE |
MavenResolverSystemBaseImpl.loadPomFromFile(String pathToPomFile)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified path.
|
EQUIPPEDRESOLVESTAGETYPE |
PomlessResolveStageBaseImpl.loadPomFromFile(String pathToPomFile)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified path.
|
EQUIPPEDRESOLVESTAGETYPE |
MavenResolverSystemBaseImpl.loadPomFromFile(String pathToPomFile,
String... profiles)
Configures the Maven Resolver System Project Object Model from metadata contained in the POM file located at the
specified path.
|
Modifier and Type | Method and Description |
---|---|
static LoadPomTask |
LoadPomTask.loadPomFromClassLoaderResource(String pathToPomResource) |
static LoadPomTask |
LoadPomTask.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl) |
static LoadPomTask |
LoadPomTask.loadPomFromClassLoaderResource(String pathToPomResource,
ClassLoader cl,
String... profiles) |
static LoadPomTask |
LoadPomTask.loadPomFromFile(String pathToPomFile,
String... profiles) |
Constructor and Description |
---|
ConfigureSettingsFromFileTask(File settingsXmlFile) |
ConfigureSettingsFromFileTask(String pathToSettingsXmlFile) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.