org.jini.project.example.jade.tools
Class ClassDepAndJarTask.Argument

java.lang.Object
  |
  +--org.jini.project.example.jade.tools.ClassDepAndJarTask.Argument
Enclosing class:
ClassDepAndJarTask

protected class ClassDepAndJarTask.Argument
extends java.lang.Object

A class to handle the name attribute of child elements: "name = value" and "name = value1 <delimiter> value2 <delimiter> ... "


Constructor Summary
ClassDepAndJarTask.Argument()
          Creates new Argument
ClassDepAndJarTask.Argument(java.lang.String name)
          Construct an Argument with this as the value of name.
 
Method Summary
 java.lang.String getName()
          Getter for property name.
 void setName(java.lang.String name)
          Setter for property name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDepAndJarTask.Argument

public ClassDepAndJarTask.Argument()
Creates new Argument

ClassDepAndJarTask.Argument

public ClassDepAndJarTask.Argument(java.lang.String name)
Construct an Argument with this as the value of name.
Parameters:
name - The value in "name=value"
Method Detail

getName

public java.lang.String getName()
Getter for property name.
Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.
Parameters:
name - New value of property name.


Copyright (c) 2001 Sun MicroSystems Inc. All Rights Reserved.