net.sf.antcontrib.inifile
public abstract static class IniFileTask.IniOperation extends Object
Constructor Summary | |
---|---|
IniOperation() |
Method Summary | |
---|---|
void | execute(Project project, IniFile iniFile) |
String | getProperty() |
String | getSection() |
boolean | isActive(Project p)
Returns true if the define's if and unless conditions
(if any) are satisfied. |
protected abstract void | operate(IniFile file) |
void | setIf(String ifCond) |
void | setProperty(String property) |
void | setSection(String section) |
void | setUnless(String unlessCond) |