A B C D E F G I L M O P R S T U W X

A

AbstractMAEApplication - Class in org.apache.maven.mae.app
MAEApplication implementation that provides support for loading a full Maven component environment, complete with MAELibrary's, ComponentSelector and InstanceRegistry.
AbstractMAEApplication() - Constructor for class org.apache.maven.mae.app.AbstractMAEApplication
 
aetherRepositorySystem() - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Retrieve the aether RepositorySystem component.
aetherRepositorySystem() - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Retrieve the aether RepositorySystem component.
afterLoading(MAEEmbedder) - Method in class org.apache.maven.mae.app.AbstractMAEApplication
Hook allowing application developers access to the MAEEmbedder just after the registered external component instances have been injected, but before loading is considered complete.
args - Variable in class org.apache.maven.mae.boot.main.CliRequest
 

B

BatchTransferListener - Class in org.apache.maven.mae.boot.log
 
BatchTransferListener(PrintStream) - Constructor for class org.apache.maven.mae.boot.log.BatchTransferListener
 
build() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
builder - Variable in class org.apache.maven.mae.boot.main.CliRequest
 

C

checkStopped() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
 
classWorld() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
cli(CliRequest) - Method in class org.apache.maven.mae.boot.main.MAEMain
 
CliRequest - Class in org.apache.maven.mae.boot.main
 
CliRequest(String[], ClassWorld) - Constructor for class org.apache.maven.mae.boot.main.CliRequest
 
commandLine - Variable in class org.apache.maven.mae.boot.main.CliRequest
 
configuration() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
CONFIGURATION_DIRECTORY - Static variable in class org.apache.maven.mae.boot.main.MAEMain
 
configureBuilder(MAEEmbedderBuilder) - Method in class org.apache.maven.mae.app.AbstractMAEApplication
Fine-tune the MAEEmbedderBuilder instance before it is used to create the MAEEmbedder that will be used to load the application components.
container() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
containerConfiguration() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
coreClassLoader() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
createAetherRepositorySystemSession() - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Create a new RepositorySystemSession for resolving artifacts, using default configurations.
createAetherRepositorySystemSession(MavenExecutionRequest) - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Create a new RepositorySystemSession for resolving artifacts, based on the configuration of a MavenExecutionRequest.
createAetherRepositorySystemSession() - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Create a new RepositorySystemSession for resolving artifacts, using default configurations.
createAetherRepositorySystemSession(MavenExecutionRequest) - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Create a new RepositorySystemSession for resolving artifacts, based on the configuration of a MavenExecutionRequest.
createEmbedder() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
createModelProcessor(PlexusContainer) - Method in class org.apache.maven.mae.boot.main.MAEMain
 
createProjectBuildingRequest() - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Create a new ProjectBuildingRequest to be used in building project instances from POM files or artifact coordinates.
createProjectBuildingRequest(MAEExecutionRequest) - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Create a new ProjectBuildingRequest to be used in building project instances from POM files or artifact coordinates.
createProjectBuildingRequest(MavenExecutionRequest) - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Create a new ProjectBuildingRequest to be used in building project instances from POM files or artifact coordinates.
createProjectBuildingRequest(ProjectBuildingRequest) - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Create a new ProjectBuildingRequest to be used in building project instances from POM files or artifact coordinates.
createProjectBuildingRequest() - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Create a new ProjectBuildingRequest to be used in building project instances from POM files or artifact coordinates.
createProjectBuildingRequest(ProjectBuildingRequest) - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Create a new ProjectBuildingRequest to be used in building project instances from POM files or artifact coordinates.
createProjectBuildingRequest(MAEExecutionRequest) - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Create a new ProjectBuildingRequest to be used in building project instances from POM files or artifact coordinates.
createProjectBuildingRequest(MavenExecutionRequest) - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Create a new ProjectBuildingRequest to be used in building project instances from POM files or artifact coordinates.

D

debugLogHandles() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
DEFAULT_GLOBAL_SETTINGS_FILE - Static variable in class org.apache.maven.mae.boot.main.MAEMain
 
DEFAULT_USER_SETTINGS_FILE - Static variable in class org.apache.maven.mae.boot.main.MAEMain
 
DEFAULT_USER_TOOLCHAINS_FILE - Static variable in class org.apache.maven.mae.boot.main.MAEMain
 
defaultLocalRepository() - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Retrieve an ArtifactRepository instance configured for the default location of the Maven local repository.
defaultLocalRepository() - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Retrieve an ArtifactRepository instance configured for the default location of the Maven local repository.
DefaultMAEServiceManager - Class in org.apache.maven.mae.boot.services
 
DefaultMAEServiceManager() - Constructor for class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
 
displayHelp(PrintStream) - Method in class org.apache.maven.mae.boot.main.MAECLIManager
 
doCompleted(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
doCompleted(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 
doExecutionStarting() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
 
doInitiated(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
doInitiated(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 
doMain(String[], ClassWorld) - Static method in class org.apache.maven.mae.boot.main.MAEMain
 
doMain(String[], String, PrintStream, PrintStream) - Method in class org.apache.maven.mae.boot.main.MAEMain
 
doMain(CliRequest) - Method in class org.apache.maven.mae.boot.main.MAEMain
 
doProgress(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
doProgress(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 
doStarted(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
doStarted(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 

E

encryption(CliRequest) - Method in class org.apache.maven.mae.boot.main.MAEMain
 
encryptMasterPassword(MAEExecutionRequest) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
Encrypt the master password that's used to decrypt settings information such as server passwords.
encryptPassword(MAEExecutionRequest) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
Encrypt a password that will be put in the settings.xml file, as for server authentication.
EventLogger - Class in org.apache.maven.mae.boot.log
 
EventLogger(Logger) - Constructor for class org.apache.maven.mae.boot.log.EventLogger
 
execute(MAEExecutionRequest) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
Execute a Maven build, using the normal request/response paradigm.
execute(CliRequest) - Method in class org.apache.maven.mae.boot.main.MAEMain
 
executionRequestPopulator() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
exitCode - Variable in exception org.apache.maven.mae.boot.main.MAEMain.ExitException
 

F

fileStream - Variable in class org.apache.maven.mae.boot.main.CliRequest
 
forkedProjectFailed(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
forkedProjectStarted(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
forkedProjectSucceeded(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
forkFailed(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
forkStarted(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
forkSucceeded(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
formatErrorOutput(MAEExecutionRequest, MavenExecutionResult) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
Print error output from a Maven execution request, in the familiar format, to the Logger instance used by this embedder.

G

getComponentSelector() - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 
getConfiguration() - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 
getExportedComponents() - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 
getInstanceRegistry() - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 
getLabel() - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 
getLogger() - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 
getLogHandle() - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 
getManagementComponents(Class<?>) - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 
getManagementComponents() - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 
getVersion() - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 
getVersionProvider() - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 

I

initialize(CliRequest) - Method in class org.apache.maven.mae.boot.main.MAEMain
 
injectEnvironment(MAEExecutionRequest) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
 
injectFromProperties(MAEExecutionRequest) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
 
injectLogSettings(MAEExecutionRequest) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
 
injector() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
 
injectProperties(MAEExecutionRequest) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
 
injectSettings(MAEExecutionRequest) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
 
instanceRegistry() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
InteractiveTransferListener - Class in org.apache.maven.mae.boot.log
 
InteractiveTransferListener(PrintStream) - Constructor for class org.apache.maven.mae.boot.log.InteractiveTransferListener
 
isClassScanningEnabled() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
isServiceLibraryLoaderUsed() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
isShowChecksumEvents() - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
isShowChecksumEvents() - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 

L

libraryLoaders() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
load() - Method in class org.apache.maven.mae.app.AbstractMAEApplication
Assemble the component environment, based on the information given in implementors of this abstract class and auto-detected libraries.
load() - Method in interface org.apache.maven.mae.app.MAEApplication
Assemble the component environment, based on the information given in implementors of this abstract class and auto-detected libraries.
loadConfiguration(MAEConfiguration) - Method in class org.apache.maven.mae.app.AbstractMAEApplication
 
LOCAL_REPO_PROPERTY - Static variable in class org.apache.maven.mae.boot.main.MAEMain
 
logFile() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
logger() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
logSummary(ExceptionSummary, Map<String, String>, String, boolean) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
 

M

MAEApplication - Interface in org.apache.maven.mae.app
Interface providing basic support for loading a Maven component environment.
MAECLIManager - Class in org.apache.maven.mae.boot.main
 
MAECLIManager() - Constructor for class org.apache.maven.mae.boot.main.MAECLIManager
 
MAEEmbedder - Class in org.apache.maven.mae.boot.embed
The core of the embeddable Maven environment.
MAEEmbedderBuilder - Class in org.apache.maven.mae.boot.embed
 
MAEEmbedderBuilder() - Constructor for class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
MAEEmbeddingException - Exception in org.apache.maven.mae.boot.embed
 
MAEEmbeddingException(String, Throwable) - Constructor for exception org.apache.maven.mae.boot.embed.MAEEmbeddingException
 
MAEEmbeddingException(String) - Constructor for exception org.apache.maven.mae.boot.embed.MAEEmbeddingException
 
MAEEmbeddingException(String, Throwable, Object...) - Constructor for exception org.apache.maven.mae.boot.embed.MAEEmbeddingException
 
MAEEmbeddingException(String, Object...) - Constructor for exception org.apache.maven.mae.boot.embed.MAEEmbeddingException
 
MAEMain - Class in org.apache.maven.mae.boot.main
 
MAEMain() - Constructor for class org.apache.maven.mae.boot.main.MAEMain
 
MAEMain(ClassWorld) - Constructor for class org.apache.maven.mae.boot.main.MAEMain
 
MAEMain.ExitException - Exception in org.apache.maven.mae.boot.main
 
MAEMain.ExitException(int) - Constructor for exception org.apache.maven.mae.boot.main.MAEMain.ExitException
 
MAEServiceManager - Interface in org.apache.maven.mae.boot.services
Service manager used as an aid in constructing complex objects correctly for use in Maven, such as RepositorySystemSession instances, which are used to resolve artifacts, or ProjectBuildingRequest instances, used to build maven projects from their corresponding POM files or artifact coordinates.
main(String[]) - Static method in class org.apache.maven.mae.boot.main.MAEMain
 
main(String[], ClassWorld) - Static method in class org.apache.maven.mae.boot.main.MAEMain
 
maven() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
Maven3BooterLibrary - Class in org.apache.maven.mae.boot
 
Maven3BooterLibrary() - Constructor for class org.apache.maven.mae.boot.Maven3BooterLibrary
 
mavenHome() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
mavenRepositorySystem() - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Retrieve the Maven RepositorySystem component.
mavenRepositorySystem() - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Retrieve the Maven RepositorySystem component.
modelProcessor() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
mojoFailed(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
mojoSkipped(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
mojoStarted(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
mojoSucceeded(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 

O

org.apache.maven.mae.app - package org.apache.maven.mae.app
 
org.apache.maven.mae.boot - package org.apache.maven.mae.boot
 
org.apache.maven.mae.boot.embed - package org.apache.maven.mae.boot.embed
 
org.apache.maven.mae.boot.log - package org.apache.maven.mae.boot.log
 
org.apache.maven.mae.boot.main - package org.apache.maven.mae.boot.main
 
org.apache.maven.mae.boot.services - package org.apache.maven.mae.boot.services
 
out - Variable in class org.apache.maven.mae.boot.log.BatchTransferListener
 
out - Variable in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 

P

parse(String[]) - Method in class org.apache.maven.mae.boot.main.MAECLIManager
 
populateProperties(CommandLine, Properties, Properties) - Method in class org.apache.maven.mae.boot.main.MAEMain
 
populateRequest(CliRequest) - Method in class org.apache.maven.mae.boot.main.MAEMain
 
printInfo(MAEExecutionRequest) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
 
projectBuilder() - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Retrieve the Maven ProjectBuilder component.
projectBuilder() - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Retrieve the Maven ProjectBuilder component.
projectDiscoveryStarted(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
projectFailed(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
projectSkipped(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
projectStarted(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
projectSucceeded(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
properties(CliRequest) - Method in class org.apache.maven.mae.boot.main.MAEMain
 

R

request - Variable in class org.apache.maven.mae.boot.main.CliRequest
 
resetContainer() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
resolveFile(File, String) - Method in class org.apache.maven.mae.boot.main.MAEMain
 

S

securityDispatcher() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
selector() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
service(Class<T>) - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Retrieve a component from the Maven component environment, based on its class.
service(Class<T>, String) - Method in class org.apache.maven.mae.boot.services.DefaultMAEServiceManager
Retrieve a component from the Maven component environment, based on its class and an implementation hint.
service(Class<T>) - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Retrieve a component from the Maven component environment, based on its class.
service(Class<T>, String) - Method in interface org.apache.maven.mae.boot.services.MAEServiceManager
Retrieve a component from the Maven component environment, based on its class and an implementation hint.
serviceManager() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
Retrieve the MAEServiceManager that was initialized to work with this embedded Maven environment.
serviceManager() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
sessionEnded(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
sessionStarted(ExecutionEvent) - Method in class org.apache.maven.mae.boot.log.EventLogger
 
setCliProperty(String, Properties) - Static method in class org.apache.maven.mae.boot.main.MAEMain
 
setShowChecksumEvents(boolean) - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
setShowChecksumEvents(boolean) - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 
settings(CliRequest) - Method in class org.apache.maven.mae.boot.main.MAEMain
 
settingsBuilder() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
setVirtualInstance(Class<C>, T) - Method in class org.apache.maven.mae.app.AbstractMAEApplication
Set the actual instance on a VirtualInstance that was registered previously.
setVirtualInstance(ComponentKey<C>, T) - Method in class org.apache.maven.mae.app.AbstractMAEApplication
Set the actual instance on a VirtualInstance that was registered previously.
shouldBeQuiet() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
shouldShowDebug() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
shouldShowErrors() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
showEvent(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
showEvent(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 
showInfo(MAEConfiguration, List<MAELibraryLoader>, PrintStream) - Static method in class org.apache.maven.mae.boot.embed.MAEEmbedder
Print information about the MAELibrary instances loaded into this environment to the PrintStream parameter.
showVersion(MAEConfiguration, List<MAELibraryLoader>, PrintStream) - Static method in class org.apache.maven.mae.boot.embed.MAEEmbedder
Print the information about MAELibrary instances loaded, along with version information about this Maven environment in general, to the provided PrintStream parameter.
showVersion() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
shutdown() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
Perform any shutdown functions associated with this embedder and its component environment.
standardErr() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
standardIn() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
standardOut() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
systemProperties - Variable in class org.apache.maven.mae.boot.main.CliRequest
 

T

THREADS_DEPRECATED - Static variable in class org.apache.maven.mae.boot.main.MAEMain
 
toKB(long) - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
toKB(long) - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 
transferCompleted(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
transferCompleted(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 
transferInitiated(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
transferInitiated(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 
transferProgress(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
transferProgress(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 
transferStarted(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.BatchTransferListener
 
transferStarted(ArtifactTransferEvent) - Method in class org.apache.maven.mae.boot.log.InteractiveTransferListener
 

U

UnauthorizedServiceException - Exception in org.apache.maven.mae.boot.services
 
UnauthorizedServiceException(Class<?>) - Constructor for exception org.apache.maven.mae.boot.services.UnauthorizedServiceException
 
UnauthorizedServiceException(Class<?>, String) - Constructor for exception org.apache.maven.mae.boot.services.UnauthorizedServiceException
 
userHome - Static variable in class org.apache.maven.mae.boot.main.MAEMain
 
userMavenConfigurationHome - Static variable in class org.apache.maven.mae.boot.main.MAEMain
 
userProperties - Variable in class org.apache.maven.mae.boot.main.CliRequest
 

W

wire(Object...) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedder
Wire a series of externally managed objects with components from the Maven environment, according to component annotations in those instances.
wireLogging() - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withClassScanningEnabled(boolean) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withClassWorld(ClassWorld) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withComponentInstance(Object) - Method in class org.apache.maven.mae.app.AbstractMAEApplication
Register a new, external component instance for injection into other components, or to have components injected into it.
withComponentInstance(ComponentKey<C>, C) - Method in class org.apache.maven.mae.app.AbstractMAEApplication
Register a new, external component instance to make it available for injection, or to allow other components to be injected into it.
withConfiguration(MAEConfiguration) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withContainer(MAEContainer) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withContainerConfiguration(ContainerConfiguration) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withCoreClassLoader(ClassLoader) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withCoreClassLoader(ClassLoader, Object...) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withDebugLogHandles(String[]) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withDebugMode(boolean) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withErrorMode(boolean) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withExecutionRequestPopulator(MavenExecutionRequestPopulator) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withLibrary(MAELibrary) - Method in class org.apache.maven.mae.app.AbstractMAEApplication
Programmatically add a new MAELibrary instance, beyond those that are automatically detected via the /META-INF/services/org.apache.maven.mae.conf.MAELibrary files on the classpath.
withLibraryLoader(MAELibraryLoader) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withLibraryLoader(MAELibraryLoader, int) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withLogFile(File) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withLogger(Logger) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withMaven(Maven) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withModelProcessor(ModelProcessor) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withQuietMode(boolean) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withSecurityDispatcher(DefaultSecDispatcher) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withServiceLibraryLoader(boolean) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withServiceManager(MAEServiceManager) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withSettingsBuilder(SettingsBuilder) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withStandardErr(PrintStream) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withStandardIn(InputStream) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withStandardOut(PrintStream) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withVersion(boolean) - Method in class org.apache.maven.mae.boot.embed.MAEEmbedderBuilder
 
withVirtualComponent(Class<C>) - Method in class org.apache.maven.mae.app.AbstractMAEApplication
Register a new VirtualInstance, which allows the component environment to bind its requirements without actually having access to the component instance.
withVirtualComponent(ComponentKey<C>) - Method in class org.apache.maven.mae.app.AbstractMAEApplication
Register a new VirtualInstance, which allows the component environment to bind its requirements without actually having access to the component instance.
workingDirectory - Variable in class org.apache.maven.mae.boot.main.CliRequest
 

X

XAVEN_DEBUG_LOG_HANDLES - Static variable in class org.apache.maven.mae.boot.main.MAECLIManager
 

A B C D E F G I L M O P R S T U W X

Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.