Constructor and Description |
---|
IPSWriter()
Nullary constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getWriterType()
Return a string saying this is an IPS Writer
|
void |
replace(org.eclipse.core.resources.IFile ifile,
java.lang.String regex,
java.lang.String value)
Searches a given IFile for content that matches a given regular
expression, and replaces that match with another given value.
|
void |
write(Form form,
org.eclipse.core.resources.IFile ifile)
Writes out an INI file from the given Form to the given IFile.
|
public void write(Form form, org.eclipse.core.resources.IFile ifile)
public void replace(org.eclipse.core.resources.IFile ifile, java.lang.String regex, java.lang.String value)
Searches a given IFile for content that matches a given regular expression, and replaces that match with another given value.
public java.lang.String getWriterType()
Return a string saying this is an IPS Writer
getWriterType
in interface IWriter