|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjack.plugin.JpovUtil
Utilities for handling Jpov within the plugin.
Constructor Summary | |
JpovUtil()
|
Method Summary | |
static java.lang.String |
getJpoPrefix(org.eclipse.core.resources.IFile f)
return the name of a .jpo file without its extension. |
static org.eclipse.core.resources.IResource |
getResource(java.lang.String jml_file)
Return the eclipse resource corresponding to the given JmlFile. |
static JpoFile |
loadJpoFile(org.eclipse.core.resources.IFile jpo_file)
Load a Jpov object from the given .jpo
file. |
static PartialJpoFile |
loadPartialJpoFile(org.eclipse.core.resources.IFile jpo_file)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JpovUtil()
Method Detail |
public static JpoFile loadJpoFile(org.eclipse.core.resources.IFile jpo_file) throws LoadException, java.io.IOException
Jpov
object from the given .jpo
file.
jpo_file
- the .jpo
file to load.
LoadException
java.io.IOException
public static PartialJpoFile loadPartialJpoFile(org.eclipse.core.resources.IFile jpo_file) throws LoadException, java.io.IOException
LoadException
java.io.IOException
public static java.lang.String getJpoPrefix(org.eclipse.core.resources.IFile f)
public static org.eclipse.core.resources.IResource getResource(java.lang.String jml_file)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |