Class AntScriptInvoker
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.plexus.component.factory.ant.AntScriptInvoker
- All Implemented Interfaces:
org.codehaus.plexus.component.MapOrientedComponent
,org.codehaus.plexus.logging.LogEnabled
public class AntScriptInvoker
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements org.codehaus.plexus.component.MapOrientedComponent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAntScriptInvoker
(org.codehaus.plexus.component.repository.ComponentDescriptor descriptor, ClassLoader loader) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addComponentRequirement
(org.codehaus.plexus.component.repository.ComponentRequirement rd, Object rv) protected int
convertMsgLevel
(String msgLevel) org.codehaus.plexus.component.repository.ComponentDescriptor
static String[]
static String[]
org.apache.tools.ant.Project
void
invoke()
void
setComponentConfiguration
(Map componentConfiguration) Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
BASEDIR_PARAMETER
- See Also:
-
MESSAGE_LEVEL_PARAMETER
- See Also:
-
-
Constructor Details
-
AntScriptInvoker
public AntScriptInvoker(org.codehaus.plexus.component.repository.ComponentDescriptor descriptor, ClassLoader loader) throws IOException, org.codehaus.plexus.component.factory.ComponentInstantiationException - Throws:
IOException
org.codehaus.plexus.component.factory.ComponentInstantiationException
-
-
Method Details
-
getImplicitRequiredParameters
-
getImplicitOptionalParameters
-
addComponentRequirement
public void addComponentRequirement(org.codehaus.plexus.component.repository.ComponentRequirement rd, Object rv) throws org.codehaus.plexus.component.configurator.ComponentConfigurationException - Specified by:
addComponentRequirement
in interfaceorg.codehaus.plexus.component.MapOrientedComponent
- Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
-
setComponentConfiguration
public void setComponentConfiguration(Map componentConfiguration) throws org.codehaus.plexus.component.configurator.ComponentConfigurationException - Specified by:
setComponentConfiguration
in interfaceorg.codehaus.plexus.component.MapOrientedComponent
- Throws:
org.codehaus.plexus.component.configurator.ComponentConfigurationException
-
invoke
- Throws:
AntComponentExecutionException
-
convertMsgLevel
-
getProject
public org.apache.tools.ant.Project getProject() -
getDescriptor
public org.codehaus.plexus.component.repository.ComponentDescriptor getDescriptor() -
getScript
-
getScriptResource
-
getTarget
-
getReferences
-
getProperties
-
getBasedir
-
getMessageLevel
-