net.sourceforge.jarbundler
public class JavaProperty extends Object
Constructor Summary | |
---|---|
JavaProperty()
Construct an empty JavaProperty |
Method Summary | |
---|---|
String | getName()
Get the JavaProperties' name
|
String | getValue()
Get the JavaProperties' value.
|
void | setName(String name)
Set the JavaProperties's name; required
|
void | setValue(String value)
Set the JavaProperties' value; required
|
Returns: the JavaProperties' name.
Returns: the JavaProperties' value.
Parameters: name the JavaProperties' name
Parameters: value the JavaProperties' value