org.jboss.aophelper.core
Class AopRun

java.lang.Object
  extended by org.jboss.aophelper.core.AopBaseSettings
      extended by org.jboss.aophelper.core.AopRun
All Implemented Interfaces:
Serializable

public class AopRun
extends AopBaseSettings
implements Serializable

A AopRun.

Version:
$Revision: 1.1 $
Author:
Stale W. Pedersen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.aophelper.core.AopBaseSettings
aopXml, classpath, noopt, report, suppress, transformPath, verbose, workingdir
 
Constructor Summary
AopRun()
           
 
Method Summary
 String calculateCorrectExecutionClass()
           
 String getExecutionClass()
          Get the executionClass.
 String getSrcPath()
          Get the srcPath.
 boolean isLoadtime()
          Get the runtime.
 void setExecutionClass(String executionClass)
          Set the executionClass.
 void setLoadtime(boolean runtime)
          Set the runtime.
 void setSrcPath(String srcPath)
          Set the srcPath.
 
Methods inherited from class org.jboss.aophelper.core.AopBaseSettings
addClasspath, addXml, getAopXml, getAopXmlAsString, getClasspath, getTransformPath, getWorkingdir, isNoopt, isReport, isSuppress, isVerbose, removeClasspath, removeXml, setAopXml, setClasspath, setNoopt, setReport, setSuppress, setTransformPath, setVerbose, setWorkingdir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AopRun

public AopRun()
Method Detail

getExecutionClass

public final String getExecutionClass()
Get the executionClass.

Returns:
the executionClass.

setExecutionClass

public final void setExecutionClass(String executionClass)
Set the executionClass.

Parameters:
executionClass - The executionClass to set.

calculateCorrectExecutionClass

public final String calculateCorrectExecutionClass()

isLoadtime

public final boolean isLoadtime()
Get the runtime.

Returns:
the runtime.

setLoadtime

public final void setLoadtime(boolean runtime)
Set the runtime.

Parameters:
runtime - The runtime to set.

getSrcPath

public String getSrcPath()
Get the srcPath.

Returns:
the srcPath.

setSrcPath

public void setSrcPath(String srcPath)
Set the srcPath.

Parameters:
srcPath - The srcPath to set.


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.