Constructor and Description |
---|
IPSReader()
Nullary constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Entry> |
findAll(org.eclipse.core.resources.IFile ifile,
java.lang.String regex)
Searches a given IFile for content that matches a given regular
expression.
|
java.lang.String |
getReaderType()
Returns a string saying this is an IPSReader
|
Form |
read(org.eclipse.core.resources.IFile ifile)
Reads in the given IFile to the VibeModel datastructures.
|
public Form read(org.eclipse.core.resources.IFile ifile)
Reads in the given IFile to the VibeModel datastructures. There are four components in each IPS INI file that are parsed and arranged into the form that will be displayed to the user. Returns a form composed of the data read in from the specified location which can be modified and written out by the user.
public java.util.ArrayList<Entry> findAll(org.eclipse.core.resources.IFile ifile, java.lang.String regex)
Searches a given IFile for content that matches a given regular expression. Returns all instances that match.
public java.lang.String getReaderType()
Returns a string saying this is an IPSReader
getReaderType
in interface IReader