|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml2b.util.Profiler
jml2b.Jml2b
Field Summary | |
static java.lang.String |
inFileProperty
if this property is set, then load the state from the given infile. |
static java.lang.String |
jmlPathProperty
|
static java.lang.String |
obviousPoProperty
|
Constructor Summary | |
Jml2b()
|
Method Summary | |
static void |
displayUsage()
Displays the usage |
static java.io.File |
getOutputDir(java.lang.String dir_name)
Returns a File object corresponding to the given directory. |
static JmlFile[] |
loadAstImage(IJml2bConfiguration config,
java.lang.String astFile)
|
static JmlFile[] |
loadFileImage(java.lang.String file_name)
Restore the JmlFile array as well as the system packages from the given file. |
static JmlFile[] |
loadFiles(IJml2bConfiguration config,
java.lang.String[] args)
Loads files from args. |
static JmlFile[] |
loadFiles(IJml2bConfiguration config,
java.lang.String[] args,
int file_count)
Loads the file_count files from args. |
static void |
loadProperties()
|
static void |
main(java.lang.String[] args)
Parses and converts the given files. |
static void |
saveFileImage(JmlFile[] files,
java.lang.String file_name)
Saves an image. |
Methods inherited from class jml2b.util.Profiler |
runGC |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String jmlPathProperty
public static java.lang.String inFileProperty
public static java.lang.String obviousPoProperty
Constructor Detail |
public Jml2b()
Method Detail |
public static void displayUsage()
public static JmlFile[] loadFiles(IJml2bConfiguration config, java.lang.String[] args)
config
- The current configurationargs
- the file name of the files.public static JmlFile[] loadFiles(IJml2bConfiguration config, java.lang.String[] args, int file_count)
config
- The current configurationfile_count
- the number of files to load.args
- the file name of the files. This array must contain at
least file_count strings.public static void saveFileImage(JmlFile[] files, java.lang.String file_name) throws java.io.IOException
files
- The set of Jml file to savefile_name
- The file name of the image
java.io.IOException
public static JmlFile[] loadFileImage(java.lang.String file_name)
public static java.io.File getOutputDir(java.lang.String dir_name)
public static void loadProperties() throws java.io.IOException
java.io.IOException
public static JmlFile[] loadAstImage(IJml2bConfiguration config, java.lang.String astFile)
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |