A C D E F G H I J K L M N O P R S T U V W

A

AbstractMojo - Class in org.apache.maven.dotnet.plugin
The base class for plugins that execute a .NET plugin.
AbstractMojo() - Constructor for class org.apache.maven.dotnet.plugin.AbstractMojo
 
addProjectDependency(ProjectDependency) - Method in class org.apache.maven.dotnet.dao.Project
Adds a project dependency for this project.
addRepository(String, Repository) - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
addRepository(String, Repository) - Method in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Adds a repository to the registry.
addRequirement(Requirement) - Method in class org.apache.maven.dotnet.dao.Project
Adds a requirement to the project.
append(Document, Element, FieldInfo) - Method in interface org.apache.maven.dotnet.plugin.ConfigurationAppender
 
append(Document, Element, FieldInfo) - Method in class org.apache.maven.dotnet.plugin.MavenProjectConfigurationAppender
 
append(Document, Element, FieldInfo) - Method in class org.apache.maven.dotnet.plugin.PomFileConfigurationAppender
 
append(Document, Element, FieldInfo) - Method in class org.apache.maven.dotnet.plugin.StringConfigurationAppender
 
ApplicationConfig - Interface in org.apache.maven.dotnet.artifact
Provides information about the location of a .NET executable artifact's exe.config file.
ApplicationConfig.Factory - Class in org.apache.maven.dotnet.artifact
Factory class for generating default executable configs.
ApplicationConfig.Factory() - Constructor for class org.apache.maven.dotnet.artifact.ApplicationConfig.Factory
Default constructor
Artifact - Interface in org.apache.maven.dotnet.embedder
Provides web services for obtaining artifact information.
ArtifactContext - Interface in org.apache.maven.dotnet.artifact
Provides services for obtaining artifact information and dependencies.
ArtifactContextImpl - Class in org.apache.maven.dotnet.artifact.impl
Provides an implemenation of the ArtifactContext interface.
ArtifactContextImpl() - Constructor for class org.apache.maven.dotnet.artifact.impl.ArtifactContextImpl
Constructor.
ArtifactException - Exception in org.apache.maven.dotnet.artifact
Thrown to indicate an artifact exception.
ArtifactException() - Constructor for exception org.apache.maven.dotnet.artifact.ArtifactException
Constructs an ArtifactException with no exception message.
ArtifactException(String) - Constructor for exception org.apache.maven.dotnet.artifact.ArtifactException
Constructs an ArtifactException with the specified exception message.
ArtifactException(String, Throwable) - Constructor for exception org.apache.maven.dotnet.artifact.ArtifactException
Constructs an ArtifactException with the specified exception message and cause of the exception.
ArtifactException(Throwable) - Constructor for exception org.apache.maven.dotnet.artifact.ArtifactException
Constructs an ArtifactException with the cause of the exception.
ArtifactImpl - Class in org.apache.maven.dotnet.embedder.impl
Provides an implementation of artifact.
ArtifactImpl() - Constructor for class org.apache.maven.dotnet.embedder.impl.ArtifactImpl
Constructor.
ArtifactInstaller - Interface in org.apache.maven.dotnet.artifact
Provides services for installing artifacts.
ArtifactInstallerImpl - Class in org.apache.maven.dotnet.artifact.impl
Provides an implementation of the ArtifactInstaller interface.
ArtifactInstallerImpl() - Constructor for class org.apache.maven.dotnet.artifact.impl.ArtifactInstallerImpl
Constructor.
ArtifactMatchPolicy - Interface in org.apache.maven.dotnet.artifact
Provides a way for a developer to implement custom match policies for an artifact.
ArtifactType - Enum in org.apache.maven.dotnet
Enumeration of all the valid target types (module, library, winexe, exe, nar) for the .NET platform.
AssemblerContext - Interface in org.apache.maven.dotnet.assembler
Provides services for generating of AssemblyInfo.* file.
AssemblerContextImpl - Class in org.apache.maven.dotnet.assembler.impl
Provides an implementation of the AssemblerContext.
AssemblerContextImpl() - Constructor for class org.apache.maven.dotnet.assembler.impl.AssemblerContextImpl
Constructor.
AssemblyInfo - Class in org.apache.maven.dotnet.assembler
Provides the information to be included within the assembly.
AssemblyInfo() - Constructor for class org.apache.maven.dotnet.assembler.AssemblyInfo
Default constructor
AssemblyInfoException - Exception in org.apache.maven.dotnet.assembler
Exception thrown when there is a problem processing the assembly info.
AssemblyInfoException() - Constructor for exception org.apache.maven.dotnet.assembler.AssemblyInfoException
Constructs a AssemblyInfoException with no exception message.
AssemblyInfoException(String) - Constructor for exception org.apache.maven.dotnet.assembler.AssemblyInfoException
Constructs an AssemblyInfoException with the specified exception message.
AssemblyInfoException(String, Throwable) - Constructor for exception org.apache.maven.dotnet.assembler.AssemblyInfoException
Constructs an AssmeblyInfoException with the specified exception message and cause of the exception.
AssemblyInfoException(Throwable) - Constructor for exception org.apache.maven.dotnet.assembler.AssemblyInfoException
Constructs an AssemblyInfoException with the cause of the exception.
AssemblyInfoMarshaller - Interface in org.apache.maven.dotnet.assembler
Provides services for creating an AssemblyInfo class.
AssemblyPluginsRepository - Class in org.apache.maven.dotnet.assembler.impl
Provides a way for loading the assembly-plugins.xml file and accessing its content.
AssemblyPluginsRepository() - Constructor for class org.apache.maven.dotnet.assembler.impl.AssemblyPluginsRepository
Constructor.
AssemblyResolver - Interface in org.apache.maven.dotnet.artifact
Provides services for resolving .NET assembly artifacts.
AssemblyResolverImpl - Class in org.apache.maven.dotnet.artifact.impl
Provides a way to resolve transitive assemblies that do not have versions within their file name.
AssemblyResolverImpl() - Constructor for class org.apache.maven.dotnet.artifact.impl.AssemblyResolverImpl
Constructor.

C

CapabilityMatcher - Interface in org.apache.maven.dotnet.executable
Provides factory services for creating capabilities (based on user-defined requirements) for compilers and executables.
CapabilityMatcherImpl - Class in org.apache.maven.dotnet.executable.impl
Provides an implementation of the CapabilityMatcher interface.
CapabilityMatcherImpl() - Constructor for class org.apache.maven.dotnet.executable.impl.CapabilityMatcherImpl
 
closeConnection() - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
closeConnection() - Method in interface org.apache.maven.dotnet.dao.ProjectDao
Closes the repository connection specified within ProjectDao#setRdfRepository or DataAccessObject#init method
CommandCapability - Interface in org.apache.maven.dotnet.executable
Provides information about what commands the compiler can and cannot accept.
CommandCapability.Factory - Class in org.apache.maven.dotnet.executable
Provides factory services for creating a default instance of the command capability.
CommandExecutor - Interface in org.apache.maven.dotnet.executable
Provides services for executing commands (executables or compilers).
CommandExecutor.Factory - Class in org.apache.maven.dotnet.executable
Provides factory services for creating a default instance of the command executor.
CommandFilter - Interface in org.apache.maven.dotnet.executable
Provides services for filtering command options.
CommandFilter.Factory - Class in org.apache.maven.dotnet.executable
Provides factory methods for creating command filters.
compareTo(Object) - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
CompilerCapability - Interface in org.apache.maven.dotnet.executable.compiler
Provides information about the capabilty of a specific compiler plugin.
CompilerConfig - Interface in org.apache.maven.dotnet.executable.compiler
Provides configuration Information for the .NET Compile Environment
CompilerContext - Interface in org.apache.maven.dotnet.executable.compiler
Interface defining compiler services.
CompilerContextImpl - Class in org.apache.maven.dotnet.executable.impl
Provides an implementation of the Compiler Context.
CompilerContextImpl() - Constructor for class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
CompilerExecutable - Interface in org.apache.maven.dotnet.executable.compiler
Provides a service for obtaining the compiled artifact.
CompilerPluginsRepository - Class in org.apache.maven.dotnet.executable.impl
Repository for reading and providing access to the compiler-plugins.xml config file.
CompilerPluginsRepository() - Constructor for class org.apache.maven.dotnet.executable.impl.CompilerPluginsRepository
 
CompilerRequirement - Interface in org.apache.maven.dotnet.executable.compiler
Requirements that the compiler plugin must satisfy to be used in the build.
CompilerRequirement.Factory - Class in org.apache.maven.dotnet.executable.compiler
 
ConfigurationAppender - Interface in org.apache.maven.dotnet.plugin
 
ConfigurationAppenderAnnotation - Annotation Type in org.apache.maven.dotnet.plugin
 
ConfigurationAppendersRepository - Class in org.apache.maven.dotnet.plugin.impl
 
ConfigurationAppendersRepository() - Constructor for class org.apache.maven.dotnet.plugin.impl.ConfigurationAppendersRepository
 
ConnectionsRepository - Class in org.apache.maven.dotnet.registry
Repository for obtaining sets of DAOs.
ConnectionsRepository() - Constructor for class org.apache.maven.dotnet.registry.ConnectionsRepository
 
convertRepositoryFormat(Repository, File) - Method in class org.apache.maven.dotnet.repository.impl.RepositoryConverterImpl
 
convertRepositoryFormat(Repository, File) - Method in interface org.apache.maven.dotnet.repository.RepositoryConverter
Converts the specified RDF repository into the default local repository format.
convertRepositoryFormatFor(Artifact, ApplicationConfig, Repository, File) - Method in class org.apache.maven.dotnet.repository.impl.RepositoryConverterImpl
 
convertRepositoryFormatFor(Artifact, ApplicationConfig, Repository, File) - Method in interface org.apache.maven.dotnet.repository.RepositoryConverter
 
createArtifactFrom(Project, ArtifactFactory, File) - Static method in class org.apache.maven.dotnet.dao.ProjectFactory
Creates an artifact using information from the specified project.
createArtifactFrom(ProjectDependency, ArtifactFactory) - Static method in class org.apache.maven.dotnet.dao.ProjectFactory
Creates an artifact using information from the specified project dependency.
createDefaultApplicationConfig(Artifact, File, File) - Static method in class org.apache.maven.dotnet.artifact.ApplicationConfig.Factory
Creates the the application config for the specified artifact.
createDefaultCommandCapability(List<String>, List<String>) - Static method in class org.apache.maven.dotnet.executable.CommandCapability.Factory
Creates a command capability.
createDefaultCommandFilter(CommandCapability, Logger) - Static method in class org.apache.maven.dotnet.executable.CommandFilter.Factory
Creates a default implementation of the command filter.
createDefaultCommmandExecutor() - Static method in class org.apache.maven.dotnet.executable.CommandExecutor.Factory
Returns a default instance of the command executor
createDefaultCompilerRequirement() - Static method in class org.apache.maven.dotnet.executable.compiler.CompilerRequirement.Factory
 
createDefaultExecutableCapability() - Static method in class org.apache.maven.dotnet.executable.ExecutableCapability.Factory
Returns a default instance of the executable capability.
createDefaultExecutableConfig() - Static method in class org.apache.maven.dotnet.executable.ExecutableConfig.Factory
Returns a default instance of the executable config.
createDefaultExecutableRequirement() - Static method in class org.apache.maven.dotnet.executable.ExecutableRequirement.Factory
Creates a default implementation of an executable requirements.
createDefaultKeyInfo() - Static method in class org.apache.maven.dotnet.executable.compiler.KeyInfo.Factory
Returns a default instance of key info.
createDefaultRequirement(URI, String) - Static method in class org.apache.maven.dotnet.dao.Requirement.Factory
Creates a default implementation of Requirement
createDefaultVendorInfo() - Static method in class org.apache.maven.dotnet.vendor.VendorInfo.Factory
Creates a default implementation of vendor info.
createDependencyFrom(ProjectDependency) - Static method in class org.apache.maven.dotnet.dao.ProjectFactory
Creates a dependency using information from the specified project dependency.
createFieldInfo(String, Object) - Static method in class org.apache.maven.dotnet.plugin.FieldInfo.Factory
Creates a default implementation of field info.
createLogger(String) - Method in class org.apache.maven.dotnet.embedder.logger.SocketLoggerManager
Returns the singleton socket logger
createModelFrom(Project) - Static method in class org.apache.maven.dotnet.dao.ProjectFactory
Creates model from the specified project.
createProjectDependencyFrom(Dependency) - Static method in class org.apache.maven.dotnet.dao.ProjectFactory
Creates a project dependency using information from the specified dependency.
createProjectFrom(Model, File) - Static method in class org.apache.maven.dotnet.dao.ProjectFactory
Creates a project using information from the specified model
createRepositoryRegistry() - Method in class org.apache.maven.dotnet.impl.NMavenRepositoryRegistryImpl
Returns an instance of the repository registry.
createRepositoryRegistry() - Method in interface org.apache.maven.dotnet.NMavenRepositoryRegistry
Creates a repository registry.
createVendorFromName(String) - Static method in class org.apache.maven.dotnet.vendor.VendorFactory
Returns a vendor instance for the given vendor name: MICROSOFT, DotGNU, MONO.
CSharpCompilerForProfile - Class in org.apache.maven.dotnet.executable.compiler.impl
A compiler to be used for compiling with .NET Profiles.
CSharpCompilerForProfile() - Constructor for class org.apache.maven.dotnet.executable.compiler.impl.CSharpCompilerForProfile
 

D

DataAccessObject - Interface in org.apache.maven.dotnet.registry
 
DataAccessObjectRegistry - Interface in org.apache.maven.dotnet.registry
 
DataAccessObjectRegistryImpl - Class in org.apache.maven.dotnet.registry.impl
 
DataAccessObjectRegistryImpl() - Constructor for class org.apache.maven.dotnet.registry.impl.DataAccessObjectRegistryImpl
 
debug(String, Throwable) - Method in class org.apache.maven.dotnet.embedder.logger.SocketLogger
 
DefaultCompiler - Class in org.apache.maven.dotnet.executable.compiler.impl
A default compiler that can be used in most cases.
DefaultCompiler() - Constructor for class org.apache.maven.dotnet.executable.compiler.impl.DefaultCompiler
 
DefaultNetExecutable - Class in org.apache.maven.dotnet.executable.impl
Provides the default implementation of the net executable.
DefaultNetExecutable() - Constructor for class org.apache.maven.dotnet.executable.impl.DefaultNetExecutable
 
DefaultRepositoryNetExecutable - Class in org.apache.maven.dotnet.executable.impl
 
DefaultRepositoryNetExecutable() - Constructor for class org.apache.maven.dotnet.executable.impl.DefaultRepositoryNetExecutable
 
dispose() - Method in class org.apache.maven.dotnet.embedder.impl.MavenEmbedderServiceImpl
 
DotGNUCompiler - Class in org.apache.maven.dotnet.executable.compiler.impl
Compiler for DotGNU.
DotGNUCompiler() - Constructor for class org.apache.maven.dotnet.executable.compiler.impl.DotGNUCompiler
 
DotnetArtifactMetadata - Class in org.apache.maven.dotnet.repository
 
DotnetArtifactMetadata(Artifact) - Constructor for class org.apache.maven.dotnet.repository.DotnetArtifactMetadata
 
DotnetArtifactMetadata(Artifact, File) - Constructor for class org.apache.maven.dotnet.repository.DotnetArtifactMetadata
 
DotNetMojo - Interface in org.apache.maven.dotnet.plugin
Provides services for the base abstract mojo to use in configuring the plugin environment.

E

EmbedderException - Exception in org.apache.maven.dotnet.embedder
 
EmbedderException() - Constructor for exception org.apache.maven.dotnet.embedder.EmbedderException
 
EmbedderException(String) - Constructor for exception org.apache.maven.dotnet.embedder.EmbedderException
 
EmbedderException(String, Throwable) - Constructor for exception org.apache.maven.dotnet.embedder.EmbedderException
 
EmbedderException(Throwable) - Constructor for exception org.apache.maven.dotnet.embedder.EmbedderException
 
empty() - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
empty() - Method in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Empties all of the repositories from the registry.
enableLogging(Logger) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactContextImpl
 
enableLogging(Logger) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactInstallerImpl
 
enableLogging(Logger) - Method in class org.apache.maven.dotnet.artifact.impl.AssemblyResolverImpl
 
enableLogging(Logger) - Method in class org.apache.maven.dotnet.assembler.impl.AssemblerContextImpl
 
enableLogging(Logger) - Method in class org.apache.maven.dotnet.executable.impl.CapabilityMatcherImpl
 
enableLogging(Logger) - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
enableLogging(Logger) - Method in class org.apache.maven.dotnet.executable.impl.ExecutableContextImpl
 
enableLogging(Logger) - Method in class org.apache.maven.dotnet.executable.impl.NetExecutableFactoryImpl
 
enableLogging(Logger) - Method in class org.apache.maven.dotnet.executable.impl.RepositoryExecutableContextImpl
 
enableLogging(Logger) - Method in class org.apache.maven.dotnet.vendor.impl.StateMachineProcessorImpl
 
enableLogging(Logger) - Method in class org.apache.maven.dotnet.vendor.impl.VendorInfoRepositoryImpl
 
equals(Object) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
equals(Object) - Method in class org.apache.maven.dotnet.dao.Project
Returns true if the artifact id, artifact type, group id, version and public key token (optional) match, otherwise returns false.
equals(Object) - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
equals(Object) - Method in class org.apache.maven.dotnet.Version
 
error(String, Throwable) - Method in class org.apache.maven.dotnet.embedder.logger.SocketLogger
 
ExecutableCapability - Interface in org.apache.maven.dotnet.executable
Provides information about the capability of a specific executable or compiler plugin.
ExecutableCapability.Factory - Class in org.apache.maven.dotnet.executable
Provides factory services for creating a default instance of the executable capability.
ExecutableConfig - Interface in org.apache.maven.dotnet.executable
User-defined configuration information for an executable or compiler.
ExecutableConfig.Factory - Class in org.apache.maven.dotnet.executable
 
ExecutableContext - Interface in org.apache.maven.dotnet.executable
Provides services for executables.
executableContext - Variable in class org.apache.maven.dotnet.executable.impl.DefaultNetExecutable
 
ExecutableContextImpl - Class in org.apache.maven.dotnet.executable.impl
Provides an implementation of the executable context.
ExecutableContextImpl() - Constructor for class org.apache.maven.dotnet.executable.impl.ExecutableContextImpl
 
ExecutableMatchPolicy - Interface in org.apache.maven.dotnet.executable
Provides a way for a developer to implement custom match policies for executables.
ExecutablePluginsRepository - Class in org.apache.maven.dotnet.executable.impl
Provides services for accessing the executable information within the executable-plugins.xml file.
ExecutablePluginsRepository() - Constructor for class org.apache.maven.dotnet.executable.impl.ExecutablePluginsRepository
 
ExecutableRequirement - Interface in org.apache.maven.dotnet.executable
Requirements that the executable plugin must satisfy to be used in the build.
ExecutableRequirement.Factory - Class in org.apache.maven.dotnet.executable
Provides factory services for creating a default instance of the executable requirement.
execute(MavenExecutionRequest) - Method in class org.apache.maven.dotnet.embedder.impl.MavenEmbedderServiceImpl
 
execute(MavenExecutionRequest) - Method in interface org.apache.maven.dotnet.embedder.MavenEmbedderService
Executes the specified maven execute request, which is a request to execute a goal on a pom file.
execute() - Method in class org.apache.maven.dotnet.executable.impl.DefaultNetExecutable
 
execute() - Method in class org.apache.maven.dotnet.executable.impl.DefaultRepositoryNetExecutable
 
execute() - Method in class org.apache.maven.dotnet.executable.impl.ThreadedNetExecutable
 
execute() - Method in interface org.apache.maven.dotnet.executable.NetExecutable
Compiles class files.
execute() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
Executes the mojo.
executeCommand(String, List<String>) - Method in interface org.apache.maven.dotnet.executable.CommandExecutor
Executes the command for the specified executable and list of command options.
executeCommand(String, List<String>, boolean) - Method in interface org.apache.maven.dotnet.executable.CommandExecutor
Executes the command for the specified executable and list of command options.
executeCommand(String, List<String>, File, boolean) - Method in interface org.apache.maven.dotnet.executable.CommandExecutor
Executes the command for the specified executable and list of command options.
ExecutionException - Exception in org.apache.maven.dotnet.executable
Exception thrown for compiler errors.
ExecutionException() - Constructor for exception org.apache.maven.dotnet.executable.ExecutionException
Constructs an ExecutionException with no exception message.
ExecutionException(String) - Constructor for exception org.apache.maven.dotnet.executable.ExecutionException
Constructs an ExecutionException with the specified exception message.
ExecutionException(String, Throwable) - Constructor for exception org.apache.maven.dotnet.executable.ExecutionException
Constructs an ExecutionException with the specified exception message and cause of the exception.
ExecutionException(Throwable) - Constructor for exception org.apache.maven.dotnet.executable.ExecutionException
Constructs an ExecutionException with the cause of the exception.
exists() - Method in class org.apache.maven.dotnet.vendor.impl.VendorInfoRepositoryImpl
 
exists() - Method in interface org.apache.maven.dotnet.vendor.VendorInfoRepository
Returns true if this repository exists (and can be used), otherwise returns false.

F

failOnErrorOutput() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerExecutable
Returns true to fail the build if the compiler writes anything to the error stream, otherwise return false.
failOnErrorOutput() - Method in class org.apache.maven.dotnet.executable.compiler.impl.CSharpCompilerForProfile
 
failOnErrorOutput() - Method in class org.apache.maven.dotnet.executable.compiler.impl.DefaultCompiler
 
failOnErrorOutput() - Method in class org.apache.maven.dotnet.executable.compiler.impl.DotGNUCompiler
 
failOnErrorOutput() - Method in class org.apache.maven.dotnet.executable.compiler.impl.JavaCompiler
 
failOnErrorOutput() - Method in class org.apache.maven.dotnet.executable.compiler.impl.NemerleCompiler
 
failOnErrorOutput() - Method in class org.apache.maven.dotnet.executable.compiler.impl.PhpCompiler
 
failOnErrorOutput() - Method in class org.apache.maven.dotnet.executable.compiler.impl.RubyCompiler
 
fatalError(String, Throwable) - Method in class org.apache.maven.dotnet.embedder.logger.SocketLogger
 
FieldAnnotation - Annotation Type in org.apache.maven.dotnet.plugin
 
FieldInfo - Interface in org.apache.maven.dotnet.plugin
 
FieldInfo.Factory - Class in org.apache.maven.dotnet.plugin
Provides factory methods for field infos.
filter(List<String>) - Method in interface org.apache.maven.dotnet.executable.CommandFilter
Filters the commands.
find(String) - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
find(String) - Method in class org.apache.maven.dotnet.executable.impl.ExecutableContextImpl
 
find(String) - Method in class org.apache.maven.dotnet.executable.impl.RepositoryExecutableContextImpl
 
find(String) - Method in interface org.apache.maven.dotnet.NMavenContext
This method is used to obtain an instance of a Repository specified within the registry-config.xml file.
find(String) - Method in interface org.apache.maven.dotnet.registry.DataAccessObjectRegistry
Finds a DataAccessObject from the registry.
find(String) - Method in class org.apache.maven.dotnet.registry.impl.DataAccessObjectRegistryImpl
 
find(String) - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
find(String) - Method in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Finds a repository from the registry.
findAll() - Method in interface org.apache.maven.dotnet.registry.DataAccessObjectRegistry
Returns all DataAccessObjects from the registry.
findAll() - Method in class org.apache.maven.dotnet.registry.impl.DataAccessObjectRegistryImpl
 
format(LogRecord) - Method in class org.apache.maven.dotnet.embedder.logger.MavenFormatter
Formats the specified log record as the standard maven format: [LOGLEVEL] message.

G

getAllNetArtifactsFromRepository(File) - Method in interface org.apache.maven.dotnet.artifact.ArtifactContext
Returns a list of .NET artifacts that reside within the specified repository.
getAllNetArtifactsFromRepository(File) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactContextImpl
 
getAllProjects() - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
getAllProjects() - Method in interface org.apache.maven.dotnet.dao.ProjectDao
Returns all projects.
getAppenderClasses() - Method in class org.apache.maven.dotnet.plugin.impl.ConfigurationAppendersRepository
 
getApplicationConfigFor(Artifact) - Method in interface org.apache.maven.dotnet.artifact.ArtifactContext
Returns the application config for the specified artifact.
getApplicationConfigFor(Artifact) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactContextImpl
 
getArchitecture() - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Returns the architecture that the executable is capable of supporting.
getArtifact() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns the artifact that the compiler generated.
getArtifact() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
This method will return a File where File.isExist() returns false, if NetCompile.compile has not been invoked.
getArtifactByID(String) - Method in interface org.apache.maven.dotnet.artifact.ArtifactContext
Returns the artifact for the specified ID
getArtifactByID(String) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactContextImpl
 
getArtifactId() - Method in class org.apache.maven.dotnet.dao.Project
Returns the artifact id of the project.
getArtifactId() - Method in interface org.apache.maven.dotnet.embedder.Artifact
Returns the artifact id of the artifact.
getArtifactId() - Method in class org.apache.maven.dotnet.embedder.impl.ArtifactImpl
 
getArtifactId() - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
getArtifactId() - Method in interface org.apache.maven.dotnet.embedder.MavenProject
Returns the artifact id of the maven project.
getArtifactInstaller() - Method in interface org.apache.maven.dotnet.artifact.ArtifactContext
Returns an artifact installer used for installing NMaven artifacts into the local Maven repository.
getArtifactInstaller() - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactContextImpl
 
getArtifactsFor(String, String, String, String) - Method in interface org.apache.maven.dotnet.artifact.ArtifactContext
Returns a list of net executable artifacts that match entry(s) within the net-executable.xml file.
getArtifactsFor(String, String, String, String) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactContextImpl
 
getArtifactType() - Method in class org.apache.maven.dotnet.dao.Project
Returns the type of artifact: library, exe, winexe, netmodule.
getArtifactType() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerConfig
The target artifact for the compile: library, module, exe, winexe or nar.
getArtifactTypeForPackagingName(String) - Static method in enum org.apache.maven.dotnet.ArtifactType
Returns artifact type for the specified packaging name
getAssemblyInfo() - Method in interface org.apache.maven.dotnet.assembler.AssemblerContext
Returns the assembly info associated with this context.
getAssemblyInfo() - Method in class org.apache.maven.dotnet.assembler.impl.AssemblerContextImpl
 
getAssemblyInfoMarshallerFor(String) - Method in interface org.apache.maven.dotnet.assembler.AssemblerContext
Returns the marshaller for the given language
getAssemblyInfoMarshallerFor(String) - Method in class org.apache.maven.dotnet.assembler.impl.AssemblerContextImpl
 
getAssemblyPath() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerCapability
Returns assembly path of the core assemblies.
getAssemblyPluginFor(String) - Method in class org.apache.maven.dotnet.assembler.impl.AssemblyPluginsRepository
Returns an assembly plugin for the specified programming language.
getAssemblyPlugins() - Method in class org.apache.maven.dotnet.assembler.impl.AssemblyPluginsRepository
Returns all assembly plugins.
getBuild() - Method in class org.apache.maven.dotnet.Version
 
getChildLogger(String) - Method in class org.apache.maven.dotnet.embedder.logger.SocketLogger
 
getClassExtensionFor(String) - Method in interface org.apache.maven.dotnet.assembler.AssemblerContext
Returns the class extension (cs, vb) for the specified language.
getClassExtensionFor(String) - Method in class org.apache.maven.dotnet.assembler.impl.AssemblerContextImpl
 
getClassName() - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
getClassName() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
 
getClassName() - Method in interface org.apache.maven.dotnet.registry.DataAccessObject
Returns class name.
getCommandCapability() - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Returns the command options that the executable is capable of supporting.
getCommandFilter() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Creates a command filter.
getCommandFilter() - Method in interface org.apache.maven.dotnet.executable.ExecutableContext
Creates a command filter.
getCommandFilter() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getCommandFilter() - Method in class org.apache.maven.dotnet.executable.impl.ExecutableContextImpl
 
getCommands() - Method in class org.apache.maven.dotnet.executable.compiler.impl.CSharpCompilerForProfile
 
getCommands() - Method in class org.apache.maven.dotnet.executable.compiler.impl.DefaultCompiler
 
getCommands() - Method in class org.apache.maven.dotnet.executable.compiler.impl.DotGNUCompiler
 
getCommands() - Method in class org.apache.maven.dotnet.executable.compiler.impl.JavaCompiler
 
getCommands() - Method in class org.apache.maven.dotnet.executable.compiler.impl.NemerleCompiler
 
getCommands() - Method in class org.apache.maven.dotnet.executable.compiler.impl.PhpCompiler
 
getCommands() - Method in class org.apache.maven.dotnet.executable.compiler.impl.RubyCompiler
 
getCommands() - Method in interface org.apache.maven.dotnet.executable.ExecutableConfig
The commands to pass to the executable plugin.
getCommands() - Method in class org.apache.maven.dotnet.executable.impl.DefaultNetExecutable
 
getCommands() - Method in class org.apache.maven.dotnet.executable.impl.DefaultRepositoryNetExecutable
 
getCommands() - Method in class org.apache.maven.dotnet.executable.impl.ThreadedNetExecutable
 
getCommands() - Method in interface org.apache.maven.dotnet.executable.NetExecutable
Returns the commands that this compiler will use to compile the application.
getCompany() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
getCompiledArtifact() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerExecutable
Returns a file pointing to the compiled artifact for this executable.
getCompilerCapability() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Return the CompilerCapability associated with this context.
getCompilerCapability() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getCompilerExecutable() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns an instance of the NetExecutable appropriate for given language/vendor/OS.
getCompilerExecutable() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getCompilerExecutableFor(CompilerRequirement, CompilerConfig, MavenProject, File) - Method in class org.apache.maven.dotnet.executable.impl.NetExecutableFactoryImpl
 
getCompilerExecutableFor(CompilerRequirement, CompilerConfig, MavenProject, File) - Method in interface org.apache.maven.dotnet.executable.NetExecutableFactory
Returns an executable for compiling .NET applications.
getCompilerRequirement() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Requirements used to match the compiler plugin associated with this context.
getCompilerRequirement() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getConfigBuildPath() - Method in interface org.apache.maven.dotnet.artifact.ApplicationConfig
Returns the target path of the (copied) *.exe.config file
getConfigSourcePath() - Method in interface org.apache.maven.dotnet.artifact.ApplicationConfig
Returns the source path of the (original) *.exe.config file
getConfiguration() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
getConfigurationAppenderFor(Field) - Method in class org.apache.maven.dotnet.plugin.impl.PluginContextImpl
 
getConfigurationAppenderFor(Field) - Method in interface org.apache.maven.dotnet.plugin.PluginContext
 
getCopyright() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
getCoreAssemblies() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerCapability
Returns a list of core assemblies names.
getCoreAssemblyNames() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns assembly names that should be referenced by the compiler.
getCoreAssemblyNames() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getCulture() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
getDaoIds() - Method in interface org.apache.maven.dotnet.registry.DataAccessObjectRegistry
Accessor for DAO ids
getDaoIds() - Method in class org.apache.maven.dotnet.registry.impl.DataAccessObjectRegistryImpl
 
getDataAccessObjects() - Method in class org.apache.maven.dotnet.registry.ConnectionsRepository
Returns unmodifiable set of all data access objects.
getDefaultVendorForOS() - Static method in class org.apache.maven.dotnet.vendor.VendorFactory
Returns the default vendor of the operating system on which the application is running: Microsoft for windows and Mono for all others.
getDependencies() - Method in class org.apache.maven.dotnet.artifact.impl.NetDependenciesRepositoryImpl
Returns a list of .NET dependencies as given within the net dependencies config file.
getDependencies() - Method in interface org.apache.maven.dotnet.artifact.NetDependenciesRepository
Returns a list of .NET dependencies as given within the net dependencies config file.
getDependenciesFor(List<NetDependencyMatchPolicy>) - Method in class org.apache.maven.dotnet.artifact.impl.NetDependenciesRepositoryImpl
 
getDependenciesFor(List<NetDependencyMatchPolicy>) - Method in interface org.apache.maven.dotnet.artifact.NetDependenciesRepository
Returns a list of .NET dependencies as given within the net dependencies config file that matches ALL of the specified match policies.
getDescription() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
getDirectModuleDependencies() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns a list of module (netmodule) dependencies that exist directly within the invoking projects pom (no transitive module dependencies).
getDirectModuleDependencies() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getDOMSourceFor(Document) - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
 
getDOMSourceFor(Document) - Method in interface org.apache.maven.dotnet.plugin.DotNetMojo
Returns the DOM source for the specified document.
getEmbeddedResources() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns a list of resources that the compiler should embed in the compiled assembly.
getEmbeddedResources() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getExcludes() - Method in interface org.apache.maven.dotnet.executable.CommandCapability
Returns the command options that that a compiler does not support.
getExecutable() - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Returns the executable as it is given on the commandline.
getExecutable() - Method in class org.apache.maven.dotnet.executable.impl.DefaultNetExecutable
 
getExecutable() - Method in class org.apache.maven.dotnet.executable.impl.DefaultRepositoryNetExecutable
 
getExecutable() - Method in class org.apache.maven.dotnet.executable.impl.ThreadedNetExecutable
 
getExecutable() - Method in interface org.apache.maven.dotnet.executable.NetExecutable
Returns the executable file name that this compiler will use to compile the application.
getExecutableCapability() - Method in interface org.apache.maven.dotnet.executable.ExecutableContext
Returns the capabilities of the executable associated with this context.
getExecutableCapability() - Method in class org.apache.maven.dotnet.executable.impl.ExecutableContextImpl
 
getExecutableConfig() - Method in interface org.apache.maven.dotnet.executable.ExecutableContext
Returns user-defined configuration used to initialize this context.
getExecutableConfig() - Method in class org.apache.maven.dotnet.executable.impl.ExecutableContextImpl
 
getExecutableConfig() - Method in class org.apache.maven.dotnet.executable.impl.RepositoryExecutableContextImpl
 
getExecutableConfig() - Method in interface org.apache.maven.dotnet.executable.RepositoryExecutableContext
Returns user-defined configuration for this context.
getExecutablePaths() - Method in interface org.apache.maven.dotnet.vendor.VendorInfo
Returns the path where the executable lives.
getExecutableRequirement() - Method in interface org.apache.maven.dotnet.executable.ExecutableContext
Returns the user-defined requirements associated with this context.
getExecutableRequirement() - Method in class org.apache.maven.dotnet.executable.impl.ExecutableContextImpl
 
getExecutionPath() - Method in class org.apache.maven.dotnet.executable.impl.DefaultNetExecutable
 
getExecutionPath() - Method in class org.apache.maven.dotnet.executable.impl.DefaultRepositoryNetExecutable
 
getExecutionPath() - Method in class org.apache.maven.dotnet.executable.impl.ThreadedNetExecutable
 
getExecutionPath() - Method in interface org.apache.maven.dotnet.executable.NetExecutable
Returns the parent directory of the executable.
getExecutionPaths() - Method in interface org.apache.maven.dotnet.executable.ExecutableConfig
The execution path of the executable.
getExtension() - Method in enum org.apache.maven.dotnet.ArtifactType
Returns extension used for the artifact(netmodule, dll, exe).
getFrameworkVersion() - Method in interface org.apache.maven.dotnet.executable.ExecutableRequirement
Returns required framework version under which the executable runs.
getFrameworkVersion() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
 
getFrameworkVersion() - Method in interface org.apache.maven.dotnet.vendor.VendorInfo
Returns framework version of the executable
getFrameworkVersions() - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Returns a list of all .NET frameworks versions that the executable is capable of supporting.
getGlobalAssemblyCacheDirectoryFor(Vendor, String, String) - Method in class org.apache.maven.dotnet.vendor.impl.VendorInfoRepositoryImpl
 
getGlobalAssemblyCacheDirectoryFor(Vendor, String, String) - Method in interface org.apache.maven.dotnet.vendor.VendorInfoRepository
 
getGlobalAssemblyCacheFileFor(Artifact, File) - Static method in class org.apache.maven.dotnet.PathUtil
Returns the path of the artifact within the global assembly cache.
getGoal() - Method in class org.apache.maven.dotnet.embedder.impl.MavenExecutionRequestImpl
 
getGoal() - Method in interface org.apache.maven.dotnet.embedder.MavenExecutionRequest
Returns the goal that the maven embedder should execute (install, clean, etc).
getGroupId() - Method in class org.apache.maven.dotnet.dao.Project
Returns the group id of the project.
getGroupId() - Method in interface org.apache.maven.dotnet.embedder.Artifact
Returns the group id of the artifact.
getGroupId() - Method in class org.apache.maven.dotnet.embedder.impl.ArtifactImpl
 
getGroupId() - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
getGroupId() - Method in interface org.apache.maven.dotnet.embedder.MavenProject
Returns the group id of the maven project.
getID() - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
getID() - Method in interface org.apache.maven.dotnet.registry.DataAccessObject
Accessor for ID
getIdentifier() - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Returns the ID for this capability.
getIncludes() - Method in interface org.apache.maven.dotnet.executable.CommandCapability
Returns the command options that a compiler supports.
getInformationalVersion() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
getInstallRootFor(String, String, String) - Method in class org.apache.maven.dotnet.vendor.impl.SettingsRepository
Returns the install root for the .NET framework for the specified parameters.
getInstallRootFor(VendorInfo) - Method in class org.apache.maven.dotnet.vendor.impl.VendorInfoRepositoryImpl
 
getInstallRootFor(VendorInfo) - Method in interface org.apache.maven.dotnet.vendor.VendorInfoRepository
Returns file pointing to the .NET framework installation root used for compiling artifacts.
getJavaExecutableFromRepository(VendorInfo, List<String>) - Method in class org.apache.maven.dotnet.executable.impl.NetExecutableFactoryImpl
 
getJavaExecutableFromRepository(VendorInfo, List<String>) - Method in interface org.apache.maven.dotnet.executable.NetExecutableFactory
 
getKeyContainerName() - Method in interface org.apache.maven.dotnet.executable.compiler.KeyInfo
 
getKeyFile() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
getKeyFileUri() - Method in interface org.apache.maven.dotnet.executable.compiler.KeyInfo
Returns the path of the key
getKeyInfo() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerConfig
Returns key info used for signing assemblies.
getKeyInfo() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
 
getKeyInfo() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getKeyName() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
Returns the key name.
getLanguage() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerCapability
Returns the language of the plugin.
getLanguage() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerRequirement
Returns the required language for the compiler
getLibraryDependencies() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns a list of library (dll) dependencies of the class files.
getLibraryDependencies() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getLinkedResources() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns a list of resources that the compiler should link to the compiled assembly
getLinkedResources() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getLoaderName() - Method in class org.apache.maven.dotnet.registry.impl.StandardRepositoryLoader
 
getLoaderName() - Method in interface org.apache.maven.dotnet.registry.RepositoryLoader
Accessor for the name of the RepositoryLoader.
getLocalFilename(ArtifactRepository) - Method in class org.apache.maven.dotnet.repository.DotnetArtifactMetadata
 
getLocalRepository() - Method in interface org.apache.maven.dotnet.artifact.ArtifactContext
Returns the directory containing the local Maven repository
getLocalRepository() - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactContextImpl
 
getLocalRepository() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerConfig
Returns local repository
getLocalRepository() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
 
getLocalRepository() - Method in interface org.apache.maven.dotnet.plugin.DotNetMojo
Returns the path to the local maven repository.
getLogger() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getLogger() - Method in class org.apache.maven.dotnet.executable.impl.ExecutableContextImpl
 
getLogger() - Method in class org.apache.maven.dotnet.executable.impl.RepositoryExecutableContextImpl
 
getLogger() - Method in interface org.apache.maven.dotnet.NMavenContext
Returns Maven Plexus logger: Log.
getLoggerForComponent(String, String) - Method in class org.apache.maven.dotnet.embedder.logger.SocketLoggerManager
Returns the singleton socket logger
getLoggerPort() - Method in class org.apache.maven.dotnet.embedder.impl.MavenExecutionRequestImpl
 
getLoggerPort() - Method in interface org.apache.maven.dotnet.embedder.MavenExecutionRequest
Returns the socket port (of the requesting client) that the maven embedder should write its log messages to.
getMajor() - Method in class org.apache.maven.dotnet.Version
 
getMavenLocalRepositoryFileFor(Artifact, File) - Static method in class org.apache.maven.dotnet.PathUtil
Returns the path of the artifact within the local repository using the default repository layout.
getMavenProject() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
 
getMavenProject() - Method in interface org.apache.maven.dotnet.plugin.DotNetMojo
Returns the maven project
getMavenProjects() - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
getMavenProjects() - Method in interface org.apache.maven.dotnet.embedder.MavenProject
Returns a set of maven project children (typically the modules of a parent pom).
getMavenProjectsFor(String) - Method in class org.apache.maven.dotnet.embedder.impl.MavenEmbedderServiceImpl
 
getMavenProjectsFor(String) - Method in interface org.apache.maven.dotnet.embedder.MavenEmbedderService
Returns a set of maven projects that exist under (recursive) the base directory.
getMaxVersion(Set<String>) - Method in class org.apache.maven.dotnet.vendor.impl.VendorInfoRepositoryImpl
 
getMaxVersion(Set<String>) - Method in interface org.apache.maven.dotnet.vendor.VendorInfoRepository
Returns the maximum version of the given set of versions.
getMinor() - Method in class org.apache.maven.dotnet.Version
 
getModel() - Method in class org.apache.maven.dotnet.embedder.impl.ArtifactImpl
 
getModel() - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
getModuleDependencies() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns a list of module (netmodule) dependencies of the class files.
getModuleDependencies() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getMojoArtifactId() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
 
getMojoGroupId() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
 
getName() - Method in interface org.apache.maven.dotnet.plugin.FieldInfo
 
getNetCompilerConfig() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns the user provided configuration associated to this context.
getNetCompilerConfig() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getNetDependencyId() - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Returns the net dependency id (within the net-dependencies.xml file).
getNetExecutable() - Method in interface org.apache.maven.dotnet.executable.ExecutableContext
Returns an instance of the NetExecutable appropriate for given vendor/profile/frameworkVersion/OS
getNetExecutable() - Method in class org.apache.maven.dotnet.executable.impl.ExecutableContextImpl
 
getNetExecutable() - Method in class org.apache.maven.dotnet.executable.impl.RepositoryExecutableContextImpl
 
getNetExecutable() - Method in interface org.apache.maven.dotnet.executable.RepositoryExecutableContext
Returns an instance of NetExecutable for this context.
getNetExecutableFactory() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
 
getNetExecutableFactory() - Method in interface org.apache.maven.dotnet.plugin.DotNetMojo
Returns the net executable factory
getNetExecutableFor(String, String, String, List<String>, File) - Method in class org.apache.maven.dotnet.executable.impl.NetExecutableFactoryImpl
 
getNetExecutableFor(String, String, String, List<String>, File) - Method in interface org.apache.maven.dotnet.executable.NetExecutableFactory
Returns an executable that matches the vendor, framework version and profile.
getNetExecutableFromRepository(String, String, VendorInfo, File, List<String>, boolean) - Method in class org.apache.maven.dotnet.executable.impl.NetExecutableFactoryImpl
 
getNetExecutableFromRepository(String, String, VendorInfo, File, List<String>, boolean) - Method in interface org.apache.maven.dotnet.executable.NetExecutableFactory
Returns an executable that resides within a maven repository.
getNetModulesFor(Artifact) - Method in interface org.apache.maven.dotnet.artifact.ArtifactContext
Returns the list of .NET module dependency artifacts that exist directly within the pom for the specified artifact (no transitive dependencies).
getNetModulesFor(Artifact) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactContextImpl
 
getNetPluginContext() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
 
getObjectBinding() - Method in enum org.apache.maven.dotnet.dao.ProjectUri
 
getOperatingSystem() - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Returns the operating system that the executable is capable of supporting.
getPackagingType() - Method in enum org.apache.maven.dotnet.ArtifactType
Returns the packaging type (as given in the package tag within the pom.xml) of the artifact.
getParentProject() - Method in class org.apache.maven.dotnet.dao.Project
Returns the parent project
getPluginClassName() - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Returns the class name of the executable plugin that knows how to handle the execution request.
getPluginLoaderFor(String, String, VendorInfo, String, File, String) - Method in class org.apache.maven.dotnet.executable.impl.NetExecutableFactoryImpl
 
getPluginLoaderFor(String, String, VendorInfo, String, File, String) - Method in interface org.apache.maven.dotnet.executable.NetExecutableFactory
Returns a plugin loader for loading and executing a .NET plugin.
getPomFile() - Method in class org.apache.maven.dotnet.embedder.impl.MavenExecutionRequestImpl
 
getPomFile() - Method in interface org.apache.maven.dotnet.embedder.MavenExecutionRequest
Returns the pom file that the maven embedder should execute.
getPomPath() - Method in interface org.apache.maven.dotnet.embedder.Artifact
 
getPomPath() - Method in class org.apache.maven.dotnet.embedder.impl.ArtifactImpl
 
getPomPath() - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
getPomPath() - Method in interface org.apache.maven.dotnet.embedder.MavenProject
Returns the path to the maven project's pom.
getPredicate() - Method in enum org.apache.maven.dotnet.dao.ProjectUri
 
getPrivateApplicationBaseFileFor(Artifact, File) - Static method in class org.apache.maven.dotnet.PathUtil
Returns the path of the artifact within the private application base.
getProduct() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
getProfile() - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Returns the supported profile.
getProfile() - Method in interface org.apache.maven.dotnet.executable.ExecutableRequirement
Returns required profile of the executable.
getProjectDependencies() - Method in class org.apache.maven.dotnet.dao.Project
Returns the set of project dependencies for this project.
getProjectFor(String, String, String, String, String) - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
getProjectFor(MavenProject) - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
getProjectFor(String, String, String, String, String) - Method in interface org.apache.maven.dotnet.dao.ProjectDao
Returns a project that matches the specified parameters.
getProjectFor(MavenProject) - Method in interface org.apache.maven.dotnet.dao.ProjectDao
Returns a project that matches the information contained within the specified maven project.
getPublicKeyTokenId() - Method in class org.apache.maven.dotnet.dao.Project
Returns the public key token id (classifier) of the project.
getRemoteFilename() - Method in class org.apache.maven.dotnet.repository.DotnetArtifactMetadata
 
getRepositories() - Method in class org.apache.maven.dotnet.registry.impl.StandardRegistryLoader
 
getRepositories() - Method in interface org.apache.maven.dotnet.registry.RegistryLoader
Returns the repositories.
getRepositoryArtifacts() - Method in class org.apache.maven.dotnet.embedder.impl.MavenEmbedderServiceImpl
 
getRepositoryArtifacts() - Method in interface org.apache.maven.dotnet.embedder.MavenEmbedderService
Returns a set of .NET artifacts that exist within the local maven repository.
getRepositoryNames() - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
getRepositoryNames() - Method in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Accessor for repository names.
getRepositoryPath(File) - Method in interface org.apache.maven.dotnet.artifact.ApplicationConfig
Returns the Maven repository path of the exe.config file.
getRequirements() - Method in class org.apache.maven.dotnet.dao.Project
Returns the set of requirements for the project.
getResult() - Method in interface org.apache.maven.dotnet.executable.CommandExecutor
Returns the process result of executing the command.
getRevision() - Method in class org.apache.maven.dotnet.Version
 
getScope() - Method in class org.apache.maven.dotnet.dao.ProjectDependency
Returns the scope: runtime, compile, test
getSdkInstallRootFor(VendorInfo) - Method in class org.apache.maven.dotnet.vendor.impl.VendorInfoRepositoryImpl
 
getSdkInstallRootFor(VendorInfo) - Method in interface org.apache.maven.dotnet.vendor.VendorInfoRepository
Returns file pointing to the .NET SDK installation root used for compiling artifacts.
getSourceDirectoryName() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns the source directory (or test source directory) path of the class files.
getSourceDirectoryName() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getStandardError() - Method in interface org.apache.maven.dotnet.executable.CommandExecutor
Returns the standard error from executing the command.
getStandardOut() - Method in interface org.apache.maven.dotnet.executable.CommandExecutor
Returns the standard output from executing the command.
getState(VendorInfo) - Method in enum org.apache.maven.dotnet.vendor.VendorInfoState
Returns the completion state of the specified vendor info
getTargetCompileType() - Method in enum org.apache.maven.dotnet.ArtifactType
Returns target types (module, library, winexe, exe) for the .NET platform.
getTargetDirectory() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
 
getTargetDirectory() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getTitle() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
getTrademark() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
getUri() - Method in interface org.apache.maven.dotnet.dao.Requirement
 
getUserAssemblyCacheFileFor(Artifact, File) - Static method in class org.apache.maven.dotnet.PathUtil
Returns the path of the artifact within the user assembly cache.
getValue() - Method in interface org.apache.maven.dotnet.dao.Requirement
 
getValue() - Method in interface org.apache.maven.dotnet.plugin.FieldInfo
 
getValue(String) - Method in class org.apache.maven.dotnet.registry.PropertyRepository
Accessor for properties
getVendor() - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Returns the vendor capability of the executable: currently only - MS, MONO, DotGNU
getVendor() - Method in interface org.apache.maven.dotnet.executable.ExecutableRequirement
Returns required vendor of executable
getVendor() - Method in class org.apache.maven.dotnet.executable.impl.DefaultNetExecutable
 
getVendor() - Method in class org.apache.maven.dotnet.executable.impl.DefaultRepositoryNetExecutable
 
getVendor() - Method in class org.apache.maven.dotnet.executable.impl.ThreadedNetExecutable
 
getVendor() - Method in interface org.apache.maven.dotnet.executable.NetExecutable
Returns vendor framework used to run executable.
getVendor() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
 
getVendor() - Method in interface org.apache.maven.dotnet.vendor.VendorInfo
Returns vendor
getVendorInfos() - Method in class org.apache.maven.dotnet.vendor.impl.VendorInfoRepositoryImpl
 
getVendorInfos() - Method in interface org.apache.maven.dotnet.vendor.VendorInfoRepository
Returns a list of all vendor infos in the repository.
getVendorInfosFor(String, String, String, boolean) - Method in class org.apache.maven.dotnet.vendor.impl.VendorInfoRepositoryImpl
 
getVendorInfosFor(VendorInfo, boolean) - Method in class org.apache.maven.dotnet.vendor.impl.VendorInfoRepositoryImpl
 
getVendorInfosFor(String, String, String, boolean) - Method in interface org.apache.maven.dotnet.vendor.VendorInfoRepository
Returns a list of vendor infos for the specified vendor name, vendor version and framework version.
getVendorInfosFor(VendorInfo, boolean) - Method in interface org.apache.maven.dotnet.vendor.VendorInfoRepository
Returns a list of vendor infos for the specified vendor info.
getVendorName() - Method in enum org.apache.maven.dotnet.vendor.Vendor
Returns the vendor name.
getVendorVersion() - Method in interface org.apache.maven.dotnet.executable.ExecutableRequirement
 
getVendorVersion() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
 
getVendorVersion() - Method in interface org.apache.maven.dotnet.vendor.VendorInfo
Returns vendor version.
getVersion() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
getVersion() - Method in class org.apache.maven.dotnet.dao.Project
Returns the version of the project.
getVersion() - Method in interface org.apache.maven.dotnet.embedder.Artifact
Returns the version of the artfact.
getVersion() - Method in class org.apache.maven.dotnet.embedder.impl.ArtifactImpl
 
getVersion() - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
getVersion() - Method in interface org.apache.maven.dotnet.embedder.MavenProject
Returns the version of the maven project.
getWin32Icon() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns the icon that the assembly should display when viewed.
getWin32Icon() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
getWin32Resources() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Returns a list of win32 resources.
getWin32Resources() - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 

H

hashCode() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
hashCode() - Method in class org.apache.maven.dotnet.dao.Project
 
hashCode() - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
hashCode() - Method in class org.apache.maven.dotnet.Version
 

I

IllegalStateException - Exception in org.apache.maven.dotnet.vendor
Exception thrown when the framework detects a vendor info state that it does not recognize or that it cannot handle.
IllegalStateException() - Constructor for exception org.apache.maven.dotnet.vendor.IllegalStateException
Constructs an IllegalStateException with no exception message.
IllegalStateException(String) - Constructor for exception org.apache.maven.dotnet.vendor.IllegalStateException
Constructs an IllegalStateException with the specified exception message.
IllegalStateException(String, Throwable) - Constructor for exception org.apache.maven.dotnet.vendor.IllegalStateException
Constructs an IllegalStateException with the specified exception message and cause of the exception.
IllegalStateException(Throwable) - Constructor for exception org.apache.maven.dotnet.vendor.IllegalStateException
Constructs an IllegalStateException with the cause of the exception.
info(String) - Method in class org.apache.maven.dotnet.embedder.logger.SocketLogger
 
info(String, Throwable) - Method in class org.apache.maven.dotnet.embedder.logger.SocketLogger
 
init(MavenProject, List<ArtifactRepository>, File) - Method in interface org.apache.maven.dotnet.artifact.ArtifactContext
Initializes this artifact context.
init(ArtifactContext, List<ArtifactRepository>, File) - Method in interface org.apache.maven.dotnet.artifact.ArtifactInstaller
Initializes the installer.
init(MavenProject, List<ArtifactRepository>, File) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactContextImpl
 
init(ArtifactContext, List<ArtifactRepository>, File) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactInstallerImpl
 
init(MavenProject) - Method in interface org.apache.maven.dotnet.assembler.AssemblerContext
Initializes the context
init(AssemblyPlugin) - Method in interface org.apache.maven.dotnet.assembler.AssemblyInfoMarshaller
Initializes the marshaller.
init(MavenProject) - Method in class org.apache.maven.dotnet.assembler.impl.AssemblerContextImpl
 
init(ArtifactFactory, WagonManager) - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
init(Object, String, String) - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
init(ArtifactFactory, WagonManager) - Method in interface org.apache.maven.dotnet.dao.ProjectDao
Initializes the data access object
init(CompilerRequirement, CompilerConfig, MavenProject, CapabilityMatcher) - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Initializes the context
init(NMavenContext) - Method in class org.apache.maven.dotnet.executable.compiler.impl.CSharpCompilerForProfile
 
init(ExecutableRequirement, ExecutableConfig, CapabilityMatcher) - Method in interface org.apache.maven.dotnet.executable.ExecutableContext
Initializes the context
init(CompilerRequirement, CompilerConfig, MavenProject, CapabilityMatcher) - Method in class org.apache.maven.dotnet.executable.impl.CompilerContextImpl
 
init(NMavenContext) - Method in class org.apache.maven.dotnet.executable.impl.DefaultNetExecutable
 
init(NMavenContext) - Method in class org.apache.maven.dotnet.executable.impl.DefaultRepositoryNetExecutable
 
init(ExecutableRequirement, ExecutableConfig, CapabilityMatcher) - Method in class org.apache.maven.dotnet.executable.impl.ExecutableContextImpl
 
init(ExecutableConfig) - Method in class org.apache.maven.dotnet.executable.impl.RepositoryExecutableContextImpl
 
init(NMavenContext) - Method in class org.apache.maven.dotnet.executable.impl.ThreadedNetExecutable
 
init(NMavenContext) - Method in interface org.apache.maven.dotnet.executable.NetExecutable
Initialize this compiler.
init(ExecutableConfig) - Method in interface org.apache.maven.dotnet.executable.RepositoryExecutableContext
Initializes this context.
init(Object, String, String) - Method in interface org.apache.maven.dotnet.registry.DataAccessObject
 
initForUnitTest(Object, String, String, WagonManager, ArtifactFactory) - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
InitializationException - Exception in org.apache.maven.dotnet
Exception thrown on initialization errors.
InitializationException() - Constructor for exception org.apache.maven.dotnet.InitializationException
Constructs an InitializationException with no exception message.
InitializationException(String) - Constructor for exception org.apache.maven.dotnet.InitializationException
Constructs an InitializationException with the specified exception message.
InitializationException(String, Throwable) - Constructor for exception org.apache.maven.dotnet.InitializationException
Constructs an InitializationException with the specified exception message and cause of the exception.
InitializationException(Throwable) - Constructor for exception org.apache.maven.dotnet.InitializationException
Constructs an InitializationException with the cause of the exception.
initialize() - Method in class org.apache.maven.dotnet.embedder.impl.MavenEmbedderServiceImpl
 
initialize() - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
initialize() - Method in class org.apache.maven.dotnet.vendor.impl.StateMachineProcessorImpl
 
initTest(ArtifactFactory, Logger) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactInstallerImpl
 
initTest(DataAccessObjectRegistry, ArtifactFactory, WagonManager) - Method in class org.apache.maven.dotnet.repository.impl.RepositoryConverterImpl
Used my unit tests to initialize the objects that plexus injects
installArtifactAndDependenciesIntoPrivateApplicationBase(File, Artifact, List<Dependency>) - Method in interface org.apache.maven.dotnet.artifact.ArtifactInstaller
Installs both the artifact and all of its dependencies into the private application base.
installArtifactAndDependenciesIntoPrivateApplicationBase(File, Artifact, List<Dependency>) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactInstallerImpl
 
installArtifactWithPom(Artifact, File, boolean) - Method in interface org.apache.maven.dotnet.artifact.ArtifactInstaller
Installs artifacts into the local Maven repository.
installArtifactWithPom(Artifact, File, boolean) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactInstallerImpl
 
installFileWithoutPom(String, String, String, String, File) - Method in interface org.apache.maven.dotnet.artifact.ArtifactInstaller
Installs a non-maven artifact into the local maven repository so that the artifact can be used within a Maven build process.
installFileWithoutPom(String, String, String, String, File) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactInstallerImpl
 
InvalidArtifactException - Exception in org.apache.maven.dotnet.executable.compiler
Exception thrown when the framework either does not recognize the target artifact (module, library, exe, winexe) or the target artifact is not valid for the compiler.
InvalidArtifactException() - Constructor for exception org.apache.maven.dotnet.executable.compiler.InvalidArtifactException
Constructs an InvalidArtifactException with no exception message.
InvalidArtifactException(String) - Constructor for exception org.apache.maven.dotnet.executable.compiler.InvalidArtifactException
Constructs an InvalidArtifactException with the specified exception message.
InvalidArtifactException(String, Throwable) - Constructor for exception org.apache.maven.dotnet.executable.compiler.InvalidArtifactException
Constructs an InvalidArtifactException with the specified exception message and cause of the exception.
InvalidArtifactException(Throwable) - Constructor for exception org.apache.maven.dotnet.executable.compiler.InvalidArtifactException
Constructs an InvalidArtifactException with the cause of the exception.
InvalidVersionFormatException - Exception in org.apache.maven.dotnet.vendor
Exception thrown when a version is invalid.
InvalidVersionFormatException() - Constructor for exception org.apache.maven.dotnet.vendor.InvalidVersionFormatException
Constructs an InvalidVersionFormatException with no exception message.
InvalidVersionFormatException(String) - Constructor for exception org.apache.maven.dotnet.vendor.InvalidVersionFormatException
Constructs an InvalidVersionFormatException with the specified exception message.
InvalidVersionFormatException(String, Throwable) - Constructor for exception org.apache.maven.dotnet.vendor.InvalidVersionFormatException
Constructs an InvalidVersionFormatException with the specified exception message and cause of the exception.
InvalidVersionFormatException(Throwable) - Constructor for exception org.apache.maven.dotnet.vendor.InvalidVersionFormatException
Constructs an InvalidVersionFormatException with the cause of the exception.
isDefault() - Method in interface org.apache.maven.dotnet.vendor.VendorInfo
If the vendor information is the default (or preferred) value for a given vendor, returns true, otherwise returns false.
isEmpty() - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
isEmpty() - Method in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Returns true if the registry is empty, otherwise returns true.
isHasJustInTime() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerCapability
Returns true if the compiler has JIT functionality, otherwise returns false.
isOptional() - Method in enum org.apache.maven.dotnet.dao.ProjectUri
 
isOrphaned() - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
isOrphaned() - Method in interface org.apache.maven.dotnet.embedder.MavenProject
Returns true if both of the following conditions apply: 1) the project is not in the root directory AND 2) the project is not attached (as a module) to a pom that exists in the root directory, otherwise returns false.
isResolved() - Method in class org.apache.maven.dotnet.dao.Project
Returns true is the project artifact been resolved, otherwise false.
isTestCompile() - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerConfig
Returns true if the compiler plugin should compile the test classes, otherwise returns false.

J

JavaCompiler - Class in org.apache.maven.dotnet.executable.compiler.impl
 
JavaCompiler() - Constructor for class org.apache.maven.dotnet.executable.compiler.impl.JavaCompiler
 
JettyStarter - Class in org.apache.maven.dotnet.jetty
 
JettyStarter() - Constructor for class org.apache.maven.dotnet.jetty.JettyStarter
 

K

KeyInfo - Interface in org.apache.maven.dotnet.executable.compiler
Provides services for obtaining information about the key file.
KeyInfo.Factory - Class in org.apache.maven.dotnet.executable.compiler
 

L

lazyLoad() - Method in class org.apache.maven.dotnet.registry.ConnectionsRepository
Loads all the data access objects.
load(InputStream, Hashtable) - Method in class org.apache.maven.dotnet.artifact.impl.NetDependenciesRepositoryImpl
 
load(InputStream, Hashtable) - Method in interface org.apache.maven.dotnet.artifact.NetDependenciesRepository
 
load(InputStream, Hashtable) - Method in class org.apache.maven.dotnet.assembler.impl.AssemblyPluginsRepository
Loads the repository.
load(InputStream, Hashtable) - Method in class org.apache.maven.dotnet.executable.impl.CompilerPluginsRepository
 
load(InputStream, Hashtable) - Method in class org.apache.maven.dotnet.executable.impl.ExecutablePluginsRepository
Loads the repository
load(InputStream, Hashtable) - Method in class org.apache.maven.dotnet.plugin.impl.ConfigurationAppendersRepository
 
load(InputStream, Hashtable) - Method in class org.apache.maven.dotnet.registry.ConnectionsRepository
 
load(InputStream, Hashtable) - Method in class org.apache.maven.dotnet.registry.PropertyRepository
 
load(InputStream, Hashtable) - Method in interface org.apache.maven.dotnet.registry.Repository
Loads the configuration file and configuration properties.
load(InputStream, Hashtable) - Method in class org.apache.maven.dotnet.vendor.impl.SettingsRepository
 
loadFromFile(String) - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
loadFromFile(String) - Method in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Convenience method for loading a file off of a file system.
loadFromInputStream(InputStream) - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
loadFromInputStream(InputStream) - Method in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Loads the registry from inputStream.
loadFromResource(String, Class) - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
loadFromResource(String, Class) - Method in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Convenience method for loading from a JAR or Resource.
loadRegistry(InputStream) - Method in class org.apache.maven.dotnet.registry.impl.StandardRegistryLoader
Loads the registry-config file
loadRegistry(InputStream) - Method in interface org.apache.maven.dotnet.registry.RegistryLoader
Loads the registry from the specified input strean
loadRepository(String, String, Hashtable) - Method in class org.apache.maven.dotnet.registry.impl.StandardRepositoryLoader
Takes information from the registry-config file and dynamically builds a Repository
loadRepository(String, String, Hashtable) - Method in interface org.apache.maven.dotnet.registry.RepositoryLoader
Takes information from the registry-config file and dynamically builds a Repository

M

main(String[]) - Static method in class org.apache.maven.dotnet.jetty.JettyStarter
 
marshal(AssemblyInfo, MavenProject, OutputStream) - Method in interface org.apache.maven.dotnet.assembler.AssemblyInfoMarshaller
Writes the assembly info to AssemblyInfo.[language-extension].
match(Artifact) - Method in interface org.apache.maven.dotnet.artifact.ArtifactMatchPolicy
Returns true if Artifact matches the policy implementation, otherwise returns false.
match(NetDependency) - Method in interface org.apache.maven.dotnet.artifact.NetDependencyMatchPolicy
Return true if the policy matches the specified net dependency, otherwise returns false.
match(ExecutableCapability) - Method in interface org.apache.maven.dotnet.executable.ExecutableMatchPolicy
Returns true if ExecutableCapability matches the policy implementation, otherwise returns false.
match(VendorInfo) - Method in interface org.apache.maven.dotnet.vendor.VendorInfoMatchPolicy
Returns true if the policy matches the given vendor information, otherwise returns false.
matchCompilerCapabilityFor(CompilerRequirement) - Method in interface org.apache.maven.dotnet.executable.CapabilityMatcher
Returns compiler capability for the specified requirement.
matchCompilerCapabilityFor(CompilerRequirement, List<ExecutableMatchPolicy>) - Method in interface org.apache.maven.dotnet.executable.CapabilityMatcher
Returns compiler capability for the specified requirement and match policies.
matchCompilerCapabilityFor(CompilerRequirement, List<ExecutableMatchPolicy>) - Method in class org.apache.maven.dotnet.executable.impl.CapabilityMatcherImpl
 
matchCompilerCapabilityFor(CompilerRequirement) - Method in class org.apache.maven.dotnet.executable.impl.CapabilityMatcherImpl
 
matchExecutableCapabilityFor(ExecutableRequirement) - Method in interface org.apache.maven.dotnet.executable.CapabilityMatcher
Returns executable capability for the specified requirement.
matchExecutableCapabilityFor(ExecutableRequirement, List<ExecutableMatchPolicy>) - Method in interface org.apache.maven.dotnet.executable.CapabilityMatcher
Returns executable capability for the specified requirement and match policies.
matchExecutableCapabilityFor(ExecutableRequirement) - Method in class org.apache.maven.dotnet.executable.impl.CapabilityMatcherImpl
Returns the PlatformCapability for the given vendor and language.
matchExecutableCapabilityFor(ExecutableRequirement, List<ExecutableMatchPolicy>) - Method in class org.apache.maven.dotnet.executable.impl.CapabilityMatcherImpl
Returns the PlatformCapability for the given vendor, language and match policies.
MavenEmbedderService - Interface in org.apache.maven.dotnet.embedder
Provides web services for interacting with the maven embedder.
MavenEmbedderServiceImpl - Class in org.apache.maven.dotnet.embedder.impl
Provides an implementation of the maven embedder service.
MavenEmbedderServiceImpl() - Constructor for class org.apache.maven.dotnet.embedder.impl.MavenEmbedderServiceImpl
Constructor.
MavenExecutionRequest - Interface in org.apache.maven.dotnet.embedder
Provides services for obtaining information about the client execution request for the maven embedder.
MavenExecutionRequestImpl - Class in org.apache.maven.dotnet.embedder.impl
Provides an implementation of the MavenExecutionRequest.
MavenExecutionRequestImpl() - Constructor for class org.apache.maven.dotnet.embedder.impl.MavenExecutionRequestImpl
Constructor.
MavenFormatter - Class in org.apache.maven.dotnet.embedder.logger
Provides services for formatting log records in the standard maven format: [LOGLEVEL] message.
MavenFormatter() - Constructor for class org.apache.maven.dotnet.embedder.logger.MavenFormatter
 
MavenProject - Interface in org.apache.maven.dotnet.embedder
Provides web services for obtaining maven project information.
MavenProjectConfigurationAppender - Class in org.apache.maven.dotnet.plugin
 
MavenProjectConfigurationAppender() - Constructor for class org.apache.maven.dotnet.plugin.MavenProjectConfigurationAppender
 
MavenProjectImpl - Class in org.apache.maven.dotnet.embedder.impl
Provides an implementation of the MavenProject.
MavenProjectImpl() - Constructor for class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
Constructor.

N

NemerleCompiler - Class in org.apache.maven.dotnet.executable.compiler.impl
Compiler for the Nemerle language (see http://nemerle.org/).
NemerleCompiler() - Constructor for class org.apache.maven.dotnet.executable.compiler.impl.NemerleCompiler
 
NetDependenciesRepository - Interface in org.apache.maven.dotnet.artifact
Provides methods for loading and reading the net dependency config file.
NetDependenciesRepositoryImpl - Class in org.apache.maven.dotnet.artifact.impl
Provides methods for loading and reading the net dependency config file.
NetDependenciesRepositoryImpl() - Constructor for class org.apache.maven.dotnet.artifact.impl.NetDependenciesRepositoryImpl
Constructor.
NetDependencyMatchPolicy - Interface in org.apache.maven.dotnet.artifact
Provides a way for a developer to implement custom match policies for a net dependency.
NetExecutable - Interface in org.apache.maven.dotnet.executable
Provides services for executing programs.
NetExecutableFactory - Interface in org.apache.maven.dotnet.executable
Provides services to obtain executables.
NetExecutableFactoryImpl - Class in org.apache.maven.dotnet.executable.impl
Provides an implementation of NetExecutableFactory.
NetExecutableFactoryImpl() - Constructor for class org.apache.maven.dotnet.executable.impl.NetExecutableFactoryImpl
 
NMavenContext - Interface in org.apache.maven.dotnet
Provides services for obtaining repositories, a plexus logger and the maven project.
NMavenRepositoryRegistry - Interface in org.apache.maven.dotnet
 
NMavenRepositoryRegistryImpl - Class in org.apache.maven.dotnet.impl
Implementation of NMavenRepositoryRegistry
NMavenRepositoryRegistryImpl() - Constructor for class org.apache.maven.dotnet.impl.NMavenRepositoryRegistryImpl
 

O

openConnection() - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
openConnection() - Method in interface org.apache.maven.dotnet.dao.ProjectDao
Opens the repository connection specified within ProjectDao#setRdfRepository or DataAccessObject#init method
org.apache.maven.dotnet - package org.apache.maven.dotnet
Provides core interfaces and classes for common exceptions, contexts and registries.
org.apache.maven.dotnet.artifact - package org.apache.maven.dotnet.artifact
Provides interfaces and classes for resolving and installing artifacts.
org.apache.maven.dotnet.artifact.impl - package org.apache.maven.dotnet.artifact.impl
Provides the implementation classes of the org.apache.maven.dotnet.artifact package.
org.apache.maven.dotnet.assembler - package org.apache.maven.dotnet.assembler
Provides interfaces and classes for generating AssemblyInfo classes.
org.apache.maven.dotnet.assembler.impl - package org.apache.maven.dotnet.assembler.impl
Provides the implementation classes of the org.apache.maven.dotnent.assembler package.
org.apache.maven.dotnet.dao - package org.apache.maven.dotnet.dao
Provides interfaces and classes for accessing project domain objects from a DAO.
org.apache.maven.dotnet.dao.impl - package org.apache.maven.dotnet.dao.impl
Provides the implementation classes of the org.apache.maven.dotnet.dao package.
org.apache.maven.dotnet.embedder - package org.apache.maven.dotnet.embedder
Provides core interfaces used for executing web service requests to a Maven Embedder .
org.apache.maven.dotnet.embedder.impl - package org.apache.maven.dotnet.embedder.impl
Provides the implementation classes of the org.apache.maven.dotnent.embedder package.
org.apache.maven.dotnet.embedder.logger - package org.apache.maven.dotnet.embedder.logger
Provides logger implementations for writing log messages over the network.
org.apache.maven.dotnet.executable - package org.apache.maven.dotnet.executable
 
org.apache.maven.dotnet.executable.compiler - package org.apache.maven.dotnet.executable.compiler
 
org.apache.maven.dotnet.executable.compiler.impl - package org.apache.maven.dotnet.executable.compiler.impl
Provides the various compiler implementation classes of the CompilerExecutable interface.
org.apache.maven.dotnet.executable.impl - package org.apache.maven.dotnet.executable.impl
Provides the implementation classes of the org.apache.maven.dotnet.executable and org.apache.maven.dotnet.executable.compiler packages.
org.apache.maven.dotnet.impl - package org.apache.maven.dotnet.impl
Provides the implementation classes of the org.apache.maven.dotnet package.
org.apache.maven.dotnet.jetty - package org.apache.maven.dotnet.jetty
 
org.apache.maven.dotnet.plugin - package org.apache.maven.dotnet.plugin
 
org.apache.maven.dotnet.plugin.impl - package org.apache.maven.dotnet.plugin.impl
 
org.apache.maven.dotnet.registry - package org.apache.maven.dotnet.registry
Provides interfaces and classes for finding configuration information.
org.apache.maven.dotnet.registry.impl - package org.apache.maven.dotnet.registry.impl
Provides the implementation classes of the org.apache.maven.dotnet.registry package.
org.apache.maven.dotnet.repository - package org.apache.maven.dotnet.repository
 
org.apache.maven.dotnet.repository.impl - package org.apache.maven.dotnet.repository.impl
 
org.apache.maven.dotnet.vendor - package org.apache.maven.dotnet.vendor
Provides interfaces and classes to assist in determining missing vendor information such as framework version, vendor name and vendor version.
org.apache.maven.dotnet.vendor.impl - package org.apache.maven.dotnet.vendor.impl
Provides the implementation classes of the org.apache.maven.dotnet.vendor package.

P

PathUtil - Class in org.apache.maven.dotnet
This class provides methods for obtaining the location of artifacts.
PathUtil() - Constructor for class org.apache.maven.dotnet.PathUtil
 
PhpCompiler - Class in org.apache.maven.dotnet.executable.compiler.impl
Compiler for PHP (http://php4mono.sourceforge.net/)
PhpCompiler() - Constructor for class org.apache.maven.dotnet.executable.compiler.impl.PhpCompiler
 
PlatformUnsupportedException - Exception in org.apache.maven.dotnet
Exception class thrown when the invoking platform does not support the given vendor (MICROSOFT/MONO) or the compiler language.
PlatformUnsupportedException() - Constructor for exception org.apache.maven.dotnet.PlatformUnsupportedException
Constructs an PlatformUnsupportedException with no exception message.
PlatformUnsupportedException(String) - Constructor for exception org.apache.maven.dotnet.PlatformUnsupportedException
Constructs an PlatformUnsupportedException with the specified exception message.
PlatformUnsupportedException(String, Throwable) - Constructor for exception org.apache.maven.dotnet.PlatformUnsupportedException
Constructs an PlatformUnsupportedException with the specified exception message and cause of the exception.
PlatformUnsupportedException(Throwable) - Constructor for exception org.apache.maven.dotnet.PlatformUnsupportedException
Constructs an PlatformUnsupportedException with the cause of the exception.
PluginContext - Interface in org.apache.maven.dotnet.plugin
 
PluginContextImpl - Class in org.apache.maven.dotnet.plugin.impl
 
PluginContextImpl() - Constructor for class org.apache.maven.dotnet.plugin.impl.PluginContextImpl
 
PomFileConfigurationAppender - Class in org.apache.maven.dotnet.plugin
 
PomFileConfigurationAppender() - Constructor for class org.apache.maven.dotnet.plugin.PomFileConfigurationAppender
 
preExecute() - Method in class org.apache.maven.dotnet.plugin.AbstractMojo
Override this method for pre-execution commands.
process(VendorInfo) - Method in class org.apache.maven.dotnet.vendor.impl.StateMachineProcessorImpl
 
process(VendorInfo) - Method in interface org.apache.maven.dotnet.vendor.StateMachineProcessor
Processes the specified vendor info by filling in missing information.
process(VendorInfo) - Method in interface org.apache.maven.dotnet.vendor.VendorInfoTransitionRule
Fills in some or all of the specified vendor info object and returns the new state.
Project - Class in org.apache.maven.dotnet.dao
Class for accessing information about a project.
Project() - Constructor for class org.apache.maven.dotnet.dao.Project
 
ProjectDao - Interface in org.apache.maven.dotnet.dao
Provides methods for storing and retreiving project information.
ProjectDaoImpl - Class in org.apache.maven.dotnet.dao.impl
 
ProjectDaoImpl() - Constructor for class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
ProjectDependency - Class in org.apache.maven.dotnet.dao
Class for accessing information about project dependencies.
ProjectDependency() - Constructor for class org.apache.maven.dotnet.dao.ProjectDependency
 
ProjectFactory - Class in org.apache.maven.dotnet.dao
Class for creating Project/ProjectDependency objects.
ProjectFactory() - Constructor for class org.apache.maven.dotnet.dao.ProjectFactory
 
ProjectUri - Enum in org.apache.maven.dotnet.dao
Enumeration of the project uri predicates.
properties - Variable in class org.apache.maven.dotnet.registry.PropertyRepository
Internal reference for properties
PropertyRepository - Class in org.apache.maven.dotnet.registry
This class is a simple facade for java.util.properties.
PropertyRepository() - Constructor for class org.apache.maven.dotnet.registry.PropertyRepository
 

R

RegistryLoader - Interface in org.apache.maven.dotnet.registry
Provides services for loading the registry and for getting the loaded repositories from the registry.
removeProjectFor(String, String, String, String) - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
removeProjectFor(String, String, String, String) - Method in interface org.apache.maven.dotnet.dao.ProjectDao
 
removeRepository(String) - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
removeRepository(String) - Method in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Removes a repository from the registry
Repository - Interface in org.apache.maven.dotnet.registry
The interface for repositories managed by the RepositoryRegistry.
RepositoryConverter - Interface in org.apache.maven.dotnet.repository
Provides services for converting from RDF repository into the defau;t Maven repository format.
RepositoryConverterImpl - Class in org.apache.maven.dotnet.repository.impl
Implementation of the RepositoryConverter.
RepositoryConverterImpl() - Constructor for class org.apache.maven.dotnet.repository.impl.RepositoryConverterImpl
 
RepositoryExecutableContext - Interface in org.apache.maven.dotnet.executable
Provides services for obtaining the executable for a context.
RepositoryExecutableContextImpl - Class in org.apache.maven.dotnet.executable.impl
Provides an implementation of the repository executable context.
RepositoryExecutableContextImpl() - Constructor for class org.apache.maven.dotnet.executable.impl.RepositoryExecutableContextImpl
 
RepositoryLoader - Interface in org.apache.maven.dotnet.registry
Provides services for loading repositories into the registry.
RepositoryNotFoundException - Exception in org.apache.maven.dotnet
Exception class thrown when a Repository does not exist in the registry.
RepositoryNotFoundException() - Constructor for exception org.apache.maven.dotnet.RepositoryNotFoundException
Constructs an RepositoryNotFoundException with no exception message.
RepositoryNotFoundException(String) - Constructor for exception org.apache.maven.dotnet.RepositoryNotFoundException
Constructs an RepositoryNotFoundException with the specified exception message.
RepositoryNotFoundException(String, Throwable) - Constructor for exception org.apache.maven.dotnet.RepositoryNotFoundException
Constructs an RepositoryNotFoundException with the specified exception message and cause of the exception.
RepositoryNotFoundException(Throwable) - Constructor for exception org.apache.maven.dotnet.RepositoryNotFoundException
Constructs an RepositoryNotFoundException/code> with the cause of the exception.
repositoryRegistry - Variable in class org.apache.maven.dotnet.registry.PropertyRepository
Internal reference for repositoryRegistry
RepositoryRegistry - Interface in org.apache.maven.dotnet.registry
Provides services for loading registry config files and accessing and managing repositories.
RepositoryRegistryImpl - Class in org.apache.maven.dotnet.registry.impl
 
RepositoryRegistryImpl() - Constructor for class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
Requirement - Interface in org.apache.maven.dotnet.dao
 
Requirement.Factory - Class in org.apache.maven.dotnet.dao
 
resetCommands(List<String>) - Method in class org.apache.maven.dotnet.executable.compiler.impl.CSharpCompilerForProfile
 
resetCommands(List<String>) - Method in class org.apache.maven.dotnet.executable.compiler.impl.DefaultCompiler
 
resetCommands(List<String>) - Method in class org.apache.maven.dotnet.executable.compiler.impl.DotGNUCompiler
 
resetCommands(List<String>) - Method in class org.apache.maven.dotnet.executable.compiler.impl.JavaCompiler
 
resetCommands(List<String>) - Method in class org.apache.maven.dotnet.executable.compiler.impl.NemerleCompiler
 
resetCommands(List<String>) - Method in class org.apache.maven.dotnet.executable.compiler.impl.PhpCompiler
 
resetCommands(List<String>) - Method in class org.apache.maven.dotnet.executable.compiler.impl.RubyCompiler
 
resetCommands(List<String>) - Method in class org.apache.maven.dotnet.executable.impl.DefaultNetExecutable
 
resetCommands(List<String>) - Method in class org.apache.maven.dotnet.executable.impl.DefaultRepositoryNetExecutable
 
resetCommands(List<String>) - Method in class org.apache.maven.dotnet.executable.impl.ThreadedNetExecutable
 
resetCommands(List<String>) - Method in interface org.apache.maven.dotnet.executable.NetExecutable
Resets the commands to be used by the executable.
resolveAndInstallNetDependenciesForProfile(String, List<Dependency>, List<Dependency>) - Method in interface org.apache.maven.dotnet.artifact.ArtifactInstaller
Resolves and installs the .NET artifacts (as given in the net-dependencies.xml file) and the specified .NET and java dependencies.
resolveAndInstallNetDependenciesForProfile(String, List<Dependency>, List<Dependency>) - Method in class org.apache.maven.dotnet.artifact.impl.ArtifactInstallerImpl
 
resolveTransitivelyFor(MavenProject, List<Dependency>, List<ArtifactRepository>, File, boolean) - Method in interface org.apache.maven.dotnet.artifact.AssemblyResolver
Resolves transitive dependencies for the project.
resolveTransitivelyFor(MavenProject, List<Dependency>, List<ArtifactRepository>, File, boolean) - Method in class org.apache.maven.dotnet.artifact.impl.AssemblyResolverImpl
 
ROLE - Static variable in interface org.apache.maven.dotnet.artifact.ArtifactContext
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.artifact.ArtifactInstaller
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.artifact.AssemblyResolver
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.assembler.AssemblerContext
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.dao.ProjectDao
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.embedder.Artifact
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.embedder.MavenEmbedderService
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.embedder.MavenExecutionRequest
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.embedder.MavenProject
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.executable.compiler.CompilerCapability
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.executable.compiler.CompilerContext
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.executable.NetExecutableFactory
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.NMavenContext
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.NMavenRepositoryRegistry
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.plugin.DotNetMojo
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.plugin.PluginContext
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.registry.DataAccessObjectRegistry
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.repository.RepositoryConverter
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.vendor.StateMachineProcessor
Role used to register component implementations with the container.
ROLE - Static variable in interface org.apache.maven.dotnet.vendor.VendorInfoRepository
Role used to register component implementations with the container.
RubyCompiler - Class in org.apache.maven.dotnet.executable.compiler.impl
Compiles ruby classes.
RubyCompiler() - Constructor for class org.apache.maven.dotnet.executable.compiler.impl.RubyCompiler
 
run() - Method in class org.apache.maven.dotnet.executable.impl.ThreadedNetExecutable
 

S

setArchitecture(String) - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Sets the architecture that the executable is capable of supporting.
setArtifactId(String) - Method in class org.apache.maven.dotnet.dao.Project
Sets the artifact id of the project.
setArtifactId(String) - Method in class org.apache.maven.dotnet.embedder.impl.ArtifactImpl
 
setArtifactId(String) - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
setArtifactType(String) - Method in class org.apache.maven.dotnet.dao.Project
Sets the type of artifact: library, exe, winexe, netmodule.
setArtifactType(ArtifactType) - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerConfig
Sets the artifact type for the compiler plugin: library, module, exe, winexe or nar
setAssemblyPath(String) - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerCapability
Sets the assembly path.
setBuild(int) - Method in class org.apache.maven.dotnet.Version
 
setCommandCapability(CommandCapability) - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Sets the command options that the executable is capable of supporting.
setCommands(List<String>) - Method in interface org.apache.maven.dotnet.executable.ExecutableConfig
Sets commands to pass to the executable plugin.
setCompany(String) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setConfiguration(String) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setCopyright(String) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setCoreAssemblies(List<String>) - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerCapability
Sets the core assemblies.
setCulture(String) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setDefault(boolean) - Method in interface org.apache.maven.dotnet.vendor.VendorInfo
Set to true if the vendor information is the default, otherwise set to false.
setDescription(String) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setExecutable(String) - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Sets the executable as it is given on the commandline.
setExecutablePaths(List<File>) - Method in interface org.apache.maven.dotnet.vendor.VendorInfo
Sets the path where the executable lives.
setExecutionPaths(List<String>) - Method in interface org.apache.maven.dotnet.executable.ExecutableConfig
Sets the executation path of the executable.
setFrameworkVersion(String) - Method in interface org.apache.maven.dotnet.executable.ExecutableRequirement
Sets required framework version.
setFrameworkVersion(String) - Method in interface org.apache.maven.dotnet.vendor.VendorInfo
Sets the framework version of the executable
setFrameworkVersions(List<String>) - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Sets a list of all .NET frameworks versions that the executable is capable of supporting.
setGoal(String) - Method in class org.apache.maven.dotnet.embedder.impl.MavenExecutionRequestImpl
 
setGoal(String) - Method in interface org.apache.maven.dotnet.embedder.MavenExecutionRequest
Sets the goal that the maven embedder should execute (install, clean, etc).
setGroupId(String) - Method in class org.apache.maven.dotnet.dao.Project
Sets the group id of the project.
setGroupId(String) - Method in class org.apache.maven.dotnet.embedder.impl.ArtifactImpl
 
setGroupId(String) - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
setHandlerFor(int) - Method in class org.apache.maven.dotnet.embedder.logger.SocketLogger
Sets a socket handler on the logger for the specified port.
setHasJustInTime(boolean) - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerCapability
Sets the JIT capability
setIdentifier(String) - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Sets the ID for this capability.
setInformationalVersion(String) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setIsOrphaned(boolean) - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
setKeyContainerName(String) - Method in interface org.apache.maven.dotnet.executable.compiler.KeyInfo
 
setKeyFile(File) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setKeyFileUri(String) - Method in interface org.apache.maven.dotnet.executable.compiler.KeyInfo
Sets the path of the key
setKeyInfo(KeyInfo) - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerConfig
Sets key info used for signing assemblies.
setKeyName(String) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setLanguage(String) - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerCapability
Set the language capability of the compiler.
setLanguage(String) - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerRequirement
Sets required language for the compiler
setLocalRepository(File) - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerConfig
Sets local repository
setLogger(Logger) - Method in interface org.apache.maven.dotnet.executable.CommandExecutor
Sets the plexus logger.
setLoggerPort(int) - Method in class org.apache.maven.dotnet.embedder.impl.MavenExecutionRequestImpl
 
setLoggerPort(int) - Method in interface org.apache.maven.dotnet.embedder.MavenExecutionRequest
Sets the socket port (of the requesting client) that the maven embedder should write its log messages to.
setMajor(int) - Method in class org.apache.maven.dotnet.Version
 
setMavenProjects(Set<MavenProject>) - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
setMinor(int) - Method in class org.apache.maven.dotnet.Version
 
setModel(Model) - Method in class org.apache.maven.dotnet.embedder.impl.ArtifactImpl
 
setModel(Model) - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
setNetDependencyId(String) - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Sets the net dependency id.
setOperatingSystem(String) - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Sets the operating system that the executable is capable of supporting.
setOptional(boolean) - Method in enum org.apache.maven.dotnet.dao.ProjectUri
 
setParentProject(Project) - Method in class org.apache.maven.dotnet.dao.Project
Sets the parent project
setPluginClassName(String) - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Sets the class name of the executable plugin that knows how to handle the execution request.
setPomFile(String) - Method in class org.apache.maven.dotnet.embedder.impl.MavenExecutionRequestImpl
 
setPomFile(String) - Method in interface org.apache.maven.dotnet.embedder.MavenExecutionRequest
Sets the pom file that the maven embedder should execute.
setPomPath(String) - Method in class org.apache.maven.dotnet.embedder.impl.ArtifactImpl
 
setPomPath(String) - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
setProduct(String) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setProfile(String) - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Sets the supported profile.
setProfile(String) - Method in interface org.apache.maven.dotnet.executable.ExecutableRequirement
Sets required profile of the executable
setProjectDependencies(Set<ProjectDependency>) - Method in class org.apache.maven.dotnet.dao.Project
Sets the set of project dependencies for this project.
setPublicKeyTokenId(String) - Method in class org.apache.maven.dotnet.dao.Project
Sets the public key token id (classifier) of the project.
setRdfRepository(Repository) - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
setRdfRepository(Repository) - Method in interface org.apache.maven.dotnet.dao.ProjectDao
Sets the repository for the data access object.
setRegistryLoader(RegistryLoader) - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
setRegistryLoader(RegistryLoader) - Method in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Mutator for setting the RegistryLoader
setRepositoryLoader(RepositoryLoader) - Method in class org.apache.maven.dotnet.registry.impl.RepositoryRegistryImpl
 
setRepositoryLoader(RepositoryLoader) - Method in class org.apache.maven.dotnet.registry.impl.StandardRegistryLoader
 
setRepositoryLoader(RepositoryLoader) - Method in interface org.apache.maven.dotnet.registry.RegistryLoader
Sets the repository loader
setRepositoryLoader(RepositoryLoader) - Method in interface org.apache.maven.dotnet.registry.RepositoryRegistry
Mutator for setting the RepositoryLoader
setRepositoryRegistry(RepositoryRegistry) - Method in class org.apache.maven.dotnet.artifact.impl.NetDependenciesRepositoryImpl
 
setRepositoryRegistry(RepositoryRegistry) - Method in interface org.apache.maven.dotnet.artifact.NetDependenciesRepository
 
setRepositoryRegistry(RepositoryRegistry) - Method in class org.apache.maven.dotnet.assembler.impl.AssemblyPluginsRepository
 
setRepositoryRegistry(RepositoryRegistry) - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
setRepositoryRegistry(RepositoryRegistry) - Method in class org.apache.maven.dotnet.executable.impl.CompilerPluginsRepository
 
setRepositoryRegistry(RepositoryRegistry) - Method in class org.apache.maven.dotnet.executable.impl.ExecutablePluginsRepository
 
setRepositoryRegistry(RepositoryRegistry) - Method in class org.apache.maven.dotnet.plugin.impl.ConfigurationAppendersRepository
 
setRepositoryRegistry(RepositoryRegistry) - Method in class org.apache.maven.dotnet.registry.ConnectionsRepository
 
setRepositoryRegistry(RepositoryRegistry) - Method in interface org.apache.maven.dotnet.registry.DataAccessObject
 
setRepositoryRegistry(RepositoryRegistry) - Method in class org.apache.maven.dotnet.registry.impl.StandardRepositoryLoader
 
setRepositoryRegistry(RepositoryRegistry) - Method in class org.apache.maven.dotnet.registry.PropertyRepository
Mutator for RepositoryRegistry
setRepositoryRegistry(RepositoryRegistry) - Method in interface org.apache.maven.dotnet.registry.Repository
 
setRepositoryRegistry(RepositoryRegistry) - Method in interface org.apache.maven.dotnet.registry.RepositoryLoader
 
setRepositoryRegistry(RepositoryRegistry) - Method in class org.apache.maven.dotnet.vendor.impl.SettingsRepository
 
setRequirements(Set<Requirement>) - Method in class org.apache.maven.dotnet.dao.Project
Sets all requirements for the project.
setResolved(boolean) - Method in class org.apache.maven.dotnet.dao.Project
Set if the artifact has been resolved.
setRevision(int) - Method in class org.apache.maven.dotnet.Version
 
setScope(String) - Method in class org.apache.maven.dotnet.dao.ProjectDependency
Sets the scope: runtime, compile, test
setTestCompile(boolean) - Method in interface org.apache.maven.dotnet.executable.compiler.CompilerConfig
If true, tells the compiler to compile the test classes, otherwise tells the compiler to compile the main classes.
SettingsRepository - Class in org.apache.maven.dotnet.vendor.impl
Provides methods for loading and reading the nmaven-settings config file.
SettingsRepository() - Constructor for class org.apache.maven.dotnet.vendor.impl.SettingsRepository
Constructor.
setTitle(String) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setTrademark(String) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setVendor(Vendor) - Method in interface org.apache.maven.dotnet.executable.ExecutableCapability
Sets the vendor capability of the executable: currently only - MS, MONO, DotGNU
setVendor(Vendor) - Method in interface org.apache.maven.dotnet.executable.ExecutableRequirement
Sets required vendor of executable
setVendor(Vendor) - Method in interface org.apache.maven.dotnet.vendor.VendorInfo
 
setVendorVersion(String) - Method in interface org.apache.maven.dotnet.executable.ExecutableRequirement
 
setVendorVersion(String) - Method in interface org.apache.maven.dotnet.vendor.VendorInfo
Sets vendor version
setVersion(String) - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 
setVersion(String) - Method in class org.apache.maven.dotnet.dao.Project
Sets the version of the project.
setVersion(String) - Method in class org.apache.maven.dotnet.embedder.impl.ArtifactImpl
 
setVersion(String) - Method in class org.apache.maven.dotnet.embedder.impl.MavenProjectImpl
 
SocketLogger - Class in org.apache.maven.dotnet.embedder.logger
Provides logging services for writing log messages over a socket port.
SocketLogger(int) - Constructor for class org.apache.maven.dotnet.embedder.logger.SocketLogger
Constructor.
SocketLoggerManager - Class in org.apache.maven.dotnet.embedder.logger
Provides services for retrieving a singleton socket logger.
SocketLoggerManager() - Constructor for class org.apache.maven.dotnet.embedder.logger.SocketLoggerManager
Constructor.
StandardRegistryLoader - Class in org.apache.maven.dotnet.registry.impl
The default loader for the registry-config.xml file.
StandardRegistryLoader() - Constructor for class org.apache.maven.dotnet.registry.impl.StandardRegistryLoader
 
StandardRepositoryLoader - Class in org.apache.maven.dotnet.registry.impl
The default repository loader.
StandardRepositoryLoader() - Constructor for class org.apache.maven.dotnet.registry.impl.StandardRepositoryLoader
 
StateMachineProcessor - Interface in org.apache.maven.dotnet.vendor
Provides services for filling in missing vendor info according to its state of completion.
StateMachineProcessorImpl - Class in org.apache.maven.dotnet.vendor.impl
Provides an implementation of the StateMachineProcessor.
StateMachineProcessorImpl() - Constructor for class org.apache.maven.dotnet.vendor.impl.StateMachineProcessorImpl
Constructor.
storeModelAndResolveDependencies(Model, File, File, List<ArtifactRepository>) - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
storeModelAndResolveDependencies(Model, File, File, List<ArtifactRepository>) - Method in interface org.apache.maven.dotnet.dao.ProjectDao
Stores the project object model and resolves and stores the model's dependencies.
storeProject(Project, File, List<ArtifactRepository>) - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
storeProject(Project, File, List<ArtifactRepository>) - Method in interface org.apache.maven.dotnet.dao.ProjectDao
Method not implemented.
storeProjectAndResolveDependencies(Project, File, List<ArtifactRepository>) - Method in class org.apache.maven.dotnet.dao.impl.ProjectDaoImpl
 
storeProjectAndResolveDependencies(Project, File, List<ArtifactRepository>) - Method in interface org.apache.maven.dotnet.dao.ProjectDao
Stores the specified project and resolves and stores the project's dependencies.
StringConfigurationAppender - Class in org.apache.maven.dotnet.plugin
 
StringConfigurationAppender() - Constructor for class org.apache.maven.dotnet.plugin.StringConfigurationAppender
 

T

ThreadedNetExecutable - Class in org.apache.maven.dotnet.executable.impl
Provides a service for executing a command within a separate thread.
ThreadedNetExecutable() - Constructor for class org.apache.maven.dotnet.executable.impl.ThreadedNetExecutable
 
toString() - Method in class org.apache.maven.dotnet.assembler.AssemblyInfo
 

U

unmarshall(InputStream) - Method in interface org.apache.maven.dotnet.assembler.AssemblyInfoMarshaller
Unmarshalls an AssemblyInfo.* class file.

V

valueOf(String) - Static method in enum org.apache.maven.dotnet.ArtifactType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.dotnet.dao.ProjectUri
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.dotnet.vendor.Vendor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.dotnet.vendor.VendorInfoState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.maven.dotnet.ArtifactType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.maven.dotnet.dao.ProjectUri
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.maven.dotnet.vendor.Vendor
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.maven.dotnet.vendor.VendorInfoState
Returns an array containing the constants of this enum type, in the order they're declared.
Vendor - Enum in org.apache.maven.dotnet.vendor
Enumeration of supported vendors.
VendorFactory - Class in org.apache.maven.dotnet.vendor
Provides services for returning an instance of Vendor based on the OS or name.
VendorInfo - Interface in org.apache.maven.dotnet.vendor
Provides accessors for obtaining information about a vendor.
VendorInfo.Factory - Class in org.apache.maven.dotnet.vendor
Provides factory services for creating a default instance of vendor info.
VendorInfoMatchPolicy - Interface in org.apache.maven.dotnet.vendor
Provides services for matching vendor information.
VendorInfoRepository - Interface in org.apache.maven.dotnet.vendor
Provides services for matching and obtaining vendor info from the nmaven-settings config file.
VendorInfoRepositoryImpl - Class in org.apache.maven.dotnet.vendor.impl
Provides an implementation of VendorInfoRepository.
VendorInfoRepositoryImpl() - Constructor for class org.apache.maven.dotnet.vendor.impl.VendorInfoRepositoryImpl
Constructor.
VendorInfoState - Enum in org.apache.maven.dotnet.vendor
Provides a way to know how complete a vendor info object is or more concisely its state of completion.
VendorInfoTransitionRule - Interface in org.apache.maven.dotnet.vendor
Provides a service for filling in (or processing) vendor information and transitioning its state.
VendorUnsupportedException - Exception in org.apache.maven.dotnet.vendor
Exception thrown when the vendor is not recognized or is not valid for a specific platform or language.
VendorUnsupportedException() - Constructor for exception org.apache.maven.dotnet.vendor.VendorUnsupportedException
Constructs an VendorUnsupportedException with no exception message.
VendorUnsupportedException(String) - Constructor for exception org.apache.maven.dotnet.vendor.VendorUnsupportedException
Constructs an VendorUnsupportedException with the specified exception message.
VendorUnsupportedException(String, Throwable) - Constructor for exception org.apache.maven.dotnet.vendor.VendorUnsupportedException
Constructs an VendorUnsupportedException with the specified exception message and cause of the exception.
VendorUnsupportedException(Throwable) - Constructor for exception org.apache.maven.dotnet.vendor.VendorUnsupportedException
Constructs an VendorUnsupportedException with the cause of the exception.
Version - Class in org.apache.maven.dotnet
Provides access to the major, minor, build and revision version information.
Version() - Constructor for class org.apache.maven.dotnet.Version
Default constructor

W

warn(String, Throwable) - Method in class org.apache.maven.dotnet.embedder.logger.SocketLogger
 
writeMavenProjectToTempFile(MavenProject) - Method in class org.apache.maven.dotnet.plugin.MavenProjectConfigurationAppender
 

A C D E F G H I J K L M N O P R S T U V W

Copyright © 2007 NMaven. All Rights Reserved.