net.dpml.tools.tasks
Class RMICTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended bynet.dpml.tools.tasks.GenericTask
              extended bynet.dpml.tools.tasks.RMICTask

public class RMICTask
extends GenericTask

Compile sources located in ${project.target}/main to java class file under the ${project.target}/classes directory. Properties influencing the compilation include:

Version:
1.0.0
Author:
The Digital Product Meta Library

Field Summary
 
Fields inherited from class net.dpml.tools.tasks.GenericTask
ASC_EXT, GPG_EXE_KEY, MD5_EXT
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
RMICTask(Context context)
          Creation of a new RMICTask.
 
Method Summary
 void execute()
          Task execution.
 void setBase(File base)
          Set the base directory.
 void setClasspathRef(String id)
          Set the id of the compilation classpath.
 void setExcludes(String[] excludes)
          Set the excludes.
 void setIncludes(String[] includes)
          Set the includes.
 
Methods inherited from class net.dpml.tools.tasks.GenericTask
asc, checksum, copy, deleteDir, getContext, getLibrary, getResource, init, isInitialized, mkDir
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMICTask

public RMICTask(Context context)
Creation of a new RMICTask.

Parameters:
context - the project context
Method Detail

setClasspathRef

public void setClasspathRef(String id)
Set the id of the compilation classpath.

Parameters:
id - the classpath reference

setBase

public void setBase(File base)
Set the base directory.

Parameters:
base - the base directory

setIncludes

public void setIncludes(String[] includes)
Set the includes.

Parameters:
includes - the include paths

setExcludes

public void setExcludes(String[] excludes)
Set the excludes.

Parameters:
excludes - the excluded paths

execute

public void execute()
Task execution.