public class UlimitProperty extends Object
A Ulimit returned property, mapping a name to a particular
value. The value may be "unlimited", indicating there is no
limit on the properties value. In this case, a call to
isUnlimited()
can be used to detect this.
Constructor and Description |
---|
UlimitProperty() |
UlimitProperty(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
int |
getIntValue() |
String |
getName() |
String |
getValue() |
boolean |
isUnlimited() |
void |
setName(String name) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
name
- the name to setpublic String getValue()
public void setValue(String value)
value
- the value to setpublic boolean isUnlimited()
public int getIntValue()
Copyright © 1999–2017 Apache OODT. All rights reserved.