|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jtool.jxplatform.repository.JxRepository
Stores the repositories of projects within the workspace.
| Method Summary | |
static void |
close()
Closes project's repositories and resource manager. |
static void |
delete()
Deletes project's repositories. |
static JxProjectRepository[] |
getAllRepositories()
Returns all repositories in the whole of workspace. |
static JxBinaryFileRepository |
getBinaryFileRepository()
Returns a repository for binary (class and jar) files. |
boolean |
getConvertBinaryFiles()
Requests if the converter generates XML documents from binary files. |
static JxProjectRepository |
getRepository(org.eclipse.core.resources.IProject project)
Returns a repository of a given or new project. |
static JxProjectRepository |
getRepository(java.lang.String projectname)
Returns a repository of a given project. |
boolean |
getResolveBindings()
Tests if the converter adds binding information. |
void |
setConvertBinaryFiles(boolean convert)
Requests that the converter generates XML documents from binary files. |
void |
setResolveBindings(boolean bindings)
Requests that the converter should add binding information. |
static void |
start()
Initializes the resource change manager. |
static void |
update()
Updates the repositories of all projects existing in the workspace. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void start()
public static void delete()
public static void close()
public static void update()
public static JxProjectRepository[] getAllRepositories()
public static JxProjectRepository getRepository(org.eclipse.core.resources.IProject project)
project - A project.
public static JxProjectRepository getRepository(java.lang.String projectname)
projectname - A project name.
null if there is no project found.public static JxBinaryFileRepository getBinaryFileRepository()
public void setResolveBindings(boolean bindings)
bindings - true if bindings are wanted.public boolean getResolveBindings()
true if bindings are wanted, or false if bindings are not of interest.public void setConvertBinaryFiles(boolean convert)
convert - true if generation are wanted.public boolean getConvertBinaryFiles()
true if generation is wanted, or false if generation is not of interest.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||