A B C E F G I J L M O P R S U W

A

AbstractMavenRuntimeBuilder - Class in org.codehaus.mojo.runtime.builder
 
AbstractMavenRuntimeBuilder() - Constructor for class org.codehaus.mojo.runtime.builder.AbstractMavenRuntimeBuilder
 
addDependency(String) - Method in class org.codehaus.mojo.runtime.model.JarRuntime
Method addDependency
addDirectory(File) - Method in class org.codehaus.mojo.runtime.util.JarMaker
Add all files in the specified directory to the archive.
addDirectory(String, File) - Method in class org.codehaus.mojo.runtime.util.JarMaker
Add all files in the specified directory to the archive.
addDirectory(String, String, String, File) - Method in class org.codehaus.mojo.runtime.util.JarMaker
Add all files in the specified directory to the archive.
addEntries(JarOutputStream, Map) - Method in class org.codehaus.mojo.runtime.util.JarMaker
Add all entries in the supplied Map to the jar
addEntry(JarOutputStream, String, File) - Method in class org.codehaus.mojo.runtime.util.JarMaker
Add a single entry to the jar
addExecutable(Executable) - Method in class org.codehaus.mojo.runtime.model.JarRuntime
Method addExecutable
addManifestEntries(Map) - Method in class org.codehaus.mojo.runtime.util.JarMaker
 
addManifestEntry(String, String) - Method in class org.codehaus.mojo.runtime.util.JarMaker
 

B

build(Runtime, MavenProject, File, File) - Method in class org.codehaus.mojo.runtime.builder.MavenJarRuntimeBuilder
 
build(Runtime, MavenProject, File, File) - Method in interface org.codehaus.mojo.runtime.builder.MavenRuntimeBuilder
 
build(Runtime, MavenProject, File, File) - Method in class org.codehaus.mojo.runtime.builder.MavenShellRuntimeBuilder
 

C

create() - Method in class org.codehaus.mojo.runtime.util.JarMaker
Create the jar file specified and include the listed files.
createJar(File, Manifest) - Method in class org.codehaus.mojo.runtime.util.JarMaker
Create the specified jar file and return a JarOutputStream to it
createManifest() - Method in class org.codehaus.mojo.runtime.util.JarMaker
Create a manifest for the jar file

E

Executable - Class in org.codehaus.mojo.runtime.model
 
Executable() - Constructor for class org.codehaus.mojo.runtime.model.Executable
 
execute() - Method in class org.codehaus.mojo.runtime.RuntimeMojo
 

F

findClass(String) - Method in class org.codehaus.mojo.runtime.execute.RuntimeClassLoader
 

G

getAddDefaultEntities() - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Returns the state of the "add default entities" flag.
getBooleanValue(String, String, XmlPullParser) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method getBooleanValue
getCharacterValue(String, String, XmlPullParser) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method getCharacterValue
getDateValue(String, String, String, XmlPullParser) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method getDateValue
getDependencies() - Method in class org.codehaus.mojo.runtime.model.JarRuntime
Method getDependencies
getDoubleValue(String, String, XmlPullParser, boolean) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method getDoubleValue
getExecutableMap() - Method in class org.codehaus.mojo.runtime.model.JarRuntime
 
getExecutables() - Method in class org.codehaus.mojo.runtime.model.JarRuntime
Method getExecutables
getFloatValue(String, String, XmlPullParser, boolean) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method getFloatValue
getId() - Method in class org.codehaus.mojo.runtime.model.Executable
Get
getId() - Method in class org.codehaus.mojo.runtime.model.RuntimeBase
Get The id associated with the runtime descriptor.
getImplementation() - Method in class org.codehaus.mojo.runtime.model.Executable
Get
getIntegerValue(String, String, XmlPullParser, boolean) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method getIntegerValue
getJar() - Method in class org.codehaus.mojo.runtime.model.Runtime
Get this runtime descriptor will provide for java -jar artifact.jar < arg1> < arg2>
getLongValue(String, String, XmlPullParser, boolean) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method getLongValue
getMainClass() - Method in class org.codehaus.mojo.runtime.model.ShellRuntime
Get The fully qualified class name that has the main method on it that this runtime environment will be generated for.
getModelEncoding() - Method in class org.codehaus.mojo.runtime.model.Executable
 
getModelEncoding() - Method in class org.codehaus.mojo.runtime.model.JarRuntime
 
getModelEncoding() - Method in class org.codehaus.mojo.runtime.model.Runtime
 
getModelEncoding() - Method in class org.codehaus.mojo.runtime.model.RuntimeBase
 
getModelEncoding() - Method in class org.codehaus.mojo.runtime.model.ShellRuntime
 
getRequiredAttributeValue(String, String, XmlPullParser, boolean) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method getRequiredAttributeValue
getRuntimeBuilder(Runtime) - Static method in class org.codehaus.mojo.runtime.builder.MavenRuntimeFactory
 
getShell() - Method in class org.codehaus.mojo.runtime.model.Runtime
Get the most basic of the runtime environment descriptors, generates a shell script
getShortValue(String, String, XmlPullParser, boolean) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method getShortValue
getTrimmedValue(String) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method getTrimmedValue

I

init() - Method in class org.codehaus.mojo.runtime.execute.RuntimeExecutor
harvest the jar.runtime descriptor from the jar and pull out executables map

J

JarMaker - Class in org.codehaus.mojo.runtime.util
adapted from the JarMojo from maven-jar-plugin
JarMaker(String) - Constructor for class org.codehaus.mojo.runtime.util.JarMaker
 
JarMaker(File, String) - Constructor for class org.codehaus.mojo.runtime.util.JarMaker
 
JarRuntime - Class in org.codehaus.mojo.runtime.model
This runtime will be the uberjar++ arrangement with a gateway class that will build out the classpath and offer up the options to X number of main methods.
JarRuntime() - Constructor for class org.codehaus.mojo.runtime.model.JarRuntime
 

L

loadClass(String, boolean) - Method in class org.codehaus.mojo.runtime.execute.RuntimeClassLoader
 
loadClass(String) - Method in class org.codehaus.mojo.runtime.execute.RuntimeClassLoader
 

M

main(String[]) - Static method in class org.codehaus.mojo.runtime.execute.RuntimeExecutor
 
MavenJarRuntimeBuilder - Class in org.codehaus.mojo.runtime.builder
 
MavenJarRuntimeBuilder() - Constructor for class org.codehaus.mojo.runtime.builder.MavenJarRuntimeBuilder
 
MavenRuntimeBuilder - Interface in org.codehaus.mojo.runtime.builder
 
MavenRuntimeBuilderException - Exception in org.codehaus.mojo.runtime.builder
 
MavenRuntimeBuilderException(String) - Constructor for exception org.codehaus.mojo.runtime.builder.MavenRuntimeBuilderException
 
MavenRuntimeBuilderException(String, Throwable) - Constructor for exception org.codehaus.mojo.runtime.builder.MavenRuntimeBuilderException
 
MavenRuntimeFactory - Class in org.codehaus.mojo.runtime.builder
 
MavenRuntimeFactory() - Constructor for class org.codehaus.mojo.runtime.builder.MavenRuntimeFactory
 
MavenShellRuntimeBuilder - Class in org.codehaus.mojo.runtime.builder
 
MavenShellRuntimeBuilder() - Constructor for class org.codehaus.mojo.runtime.builder.MavenShellRuntimeBuilder
 
mkdir(File) - Static method in class org.codehaus.mojo.runtime.builder.AbstractMavenRuntimeBuilder
 

O

org.codehaus.mojo.runtime - package org.codehaus.mojo.runtime
 
org.codehaus.mojo.runtime.builder - package org.codehaus.mojo.runtime.builder
 
org.codehaus.mojo.runtime.execute - package org.codehaus.mojo.runtime.execute
 
org.codehaus.mojo.runtime.model - package org.codehaus.mojo.runtime.model
 
org.codehaus.mojo.runtime.model.io.xpp3 - package org.codehaus.mojo.runtime.model.io.xpp3
 
org.codehaus.mojo.runtime.util - package org.codehaus.mojo.runtime.util
 

P

processRequest(String[]) - Method in class org.codehaus.mojo.runtime.execute.RuntimeExecutor
 

R

read(Reader, boolean) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
 
read(Reader) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
 
read(InputStream, boolean) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method read
read(InputStream) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Method read
removeDependency(String) - Method in class org.codehaus.mojo.runtime.model.JarRuntime
Method removeDependency
removeExecutable(Executable) - Method in class org.codehaus.mojo.runtime.model.JarRuntime
Method removeExecutable
resolveClassFile(String) - Static method in class org.codehaus.mojo.runtime.util.Utils
 
Runtime - Class in org.codehaus.mojo.runtime.model
top level container tag for the runtime descriptors
Runtime() - Constructor for class org.codehaus.mojo.runtime.model.Runtime
 
RuntimeBase - Class in org.codehaus.mojo.runtime.model
empty base class for the moment
RuntimeBase() - Constructor for class org.codehaus.mojo.runtime.model.RuntimeBase
 
RuntimeClassLoader - Class in org.codehaus.mojo.runtime.execute
The RuntimeClassLoader is meant to be used inside of a jar file and takes in a Runtime object (as defined by the runtime mojo, not the System Runtime) and uses the dependencies specified in it to construct references to jar files inside of that jar file.
RuntimeClassLoader(Runtime, ClassLoader) - Constructor for class org.codehaus.mojo.runtime.execute.RuntimeClassLoader
constructor for the classloader
RuntimeExecutor - Class in org.codehaus.mojo.runtime.execute
The default implementation of an executor for the runtime plugin jar implementation.
RuntimeExecutor() - Constructor for class org.codehaus.mojo.runtime.execute.RuntimeExecutor
 
RuntimeMojo - Class in org.codehaus.mojo.runtime
runtime generation plugin
RuntimeMojo() - Constructor for class org.codehaus.mojo.runtime.RuntimeMojo
 
RuntimeXpp3Reader - Class in org.codehaus.mojo.runtime.model.io.xpp3
Class RuntimeXpp3Reader.
RuntimeXpp3Reader() - Constructor for class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
 
RuntimeXpp3Writer - Class in org.codehaus.mojo.runtime.model.io.xpp3
Class RuntimeXpp3Writer.
RuntimeXpp3Writer() - Constructor for class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Writer
 

S

setAddDefaultEntities(boolean) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Reader
Sets the state of the "add default entities" flag.
setDependencies(List) - Method in class org.codehaus.mojo.runtime.model.JarRuntime
Set This will be a list of the main methods that are to be serviced by the executorClass
setExecutables(List) - Method in class org.codehaus.mojo.runtime.model.JarRuntime
Set This will be a list of the main methods that are to be serviced by the executorClass
setId(String) - Method in class org.codehaus.mojo.runtime.model.Executable
Set
setId(String) - Method in class org.codehaus.mojo.runtime.model.RuntimeBase
Set The id associated with the runtime descriptor.
setImplementation(String) - Method in class org.codehaus.mojo.runtime.model.Executable
Set
setJar(JarRuntime) - Method in class org.codehaus.mojo.runtime.model.Runtime
Set this runtime descriptor will provide for java -jar artifact.jar < arg1> < arg2>
setMainClass(String) - Method in class org.codehaus.mojo.runtime.model.ShellRuntime
Set The fully qualified class name that has the main method on it that this runtime environment will be generated for.
setModelEncoding(String) - Method in class org.codehaus.mojo.runtime.model.Executable
 
setModelEncoding(String) - Method in class org.codehaus.mojo.runtime.model.JarRuntime
 
setModelEncoding(String) - Method in class org.codehaus.mojo.runtime.model.Runtime
 
setModelEncoding(String) - Method in class org.codehaus.mojo.runtime.model.RuntimeBase
 
setModelEncoding(String) - Method in class org.codehaus.mojo.runtime.model.ShellRuntime
 
setShell(ShellRuntime) - Method in class org.codehaus.mojo.runtime.model.Runtime
Set the most basic of the runtime environment descriptors, generates a shell script
ShellRuntime - Class in org.codehaus.mojo.runtime.model
The simplest type of runtime descriptor that can be processed, intended to generate just the bare bones of a runtime environment, perhaps not even enougth to bundle up.
ShellRuntime() - Constructor for class org.codehaus.mojo.runtime.model.ShellRuntime
 

U

Utils - Class in org.codehaus.mojo.runtime.util
 
Utils() - Constructor for class org.codehaus.mojo.runtime.util.Utils
 

W

write(Writer, Runtime) - Method in class org.codehaus.mojo.runtime.model.io.xpp3.RuntimeXpp3Writer
Method write

A B C E F G I J L M O P R S U W

Copyright © 2010. All Rights Reserved.