|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jtool.jxplatform.query.Elipse2Jx
Stores the repositories of projects within the workspace.
| Constructor Summary | |
Elipse2Jx()
|
|
| Method Summary | |
static JxClass |
getJxClass(org.eclipse.jdt.core.IType type)
Obtains a class corresponding to an IType. |
static JxField |
getJxField(org.eclipse.jdt.core.IField field)
Obtains a field correspondinf to an IField. |
static JxFile |
getJxFile(org.eclipse.jdt.core.ICompilationUnit unit)
Obtains a file corresponding to an ICompilationUnit. |
static JxFile |
getJxFile(org.eclipse.core.resources.IFile file)
Obtains a file corresponding to an IFile. |
static JxMethod |
getJxMethod(org.eclipse.jdt.core.IMethod method)
Obtains a method correspondinf to an IMethod. |
static JxProject |
getJxProject(org.eclipse.core.resources.IProject project)
Obtains a project corresponding to an IProject. |
static JxClass |
getUpdatedJxClass(org.eclipse.jdt.core.IType type)
Obtains a class corresponding to an IType. |
static JxField |
getUpdatedJxField(org.eclipse.jdt.core.IField field)
Obtains a field correspondinf to an IField. |
static JxFile |
getUpdatedJxFile(org.eclipse.jdt.core.ICompilationUnit unit)
Obtains a file corresponding to an ICompilationUnit. |
static JxFile |
getUpdatedJxFile(org.eclipse.core.resources.IFile file)
Obtains a file corresponding to an IFile. |
static JxMethod |
getUpdatedJxMethod(org.eclipse.jdt.core.IMethod method)
Obtains a method correspondinf to an IMethod. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Elipse2Jx()
| Method Detail |
public static JxProject getJxProject(org.eclipse.core.resources.IProject project)
IProject.
project - An Eclipse's project resource.
null if there is no objects found.public static JxFile getJxFile(org.eclipse.core.resources.IFile file)
IFile.
file - An Eclipse's file resource.
null if there is no file wrapper found or created.public static JxFile getUpdatedJxFile(org.eclipse.core.resources.IFile file)
IFile.
file - An Eclipse's file resource.
null if there is no file wrapper found.public static JxFile getJxFile(org.eclipse.jdt.core.ICompilationUnit unit)
ICompilationUnit.
unit - An Eclipse JDT's compilation unit.
null if there is no file wrapper found.
JxWrapperException - if the creation of this object fails.public static JxFile getUpdatedJxFile(org.eclipse.jdt.core.ICompilationUnit unit)
ICompilationUnit.
unit - An Eclipse JDT's compilation unit.
null if there is no file wrapper found.
JxWrapperException - if the creation of this object fails.public static JxClass getJxClass(org.eclipse.jdt.core.IType type)
IType.
type - An Eclipse JDT's type.
null if there is no class wrapper found.public static JxClass getUpdatedJxClass(org.eclipse.jdt.core.IType type)
IType.
type - An Eclipse JDT's type.
null if there is no class wrapper found.public static JxMethod getJxMethod(org.eclipse.jdt.core.IMethod method)
IMethod.
method - An Eclipse JDT's method.
null if there is no method wrapper found.public static JxMethod getUpdatedJxMethod(org.eclipse.jdt.core.IMethod method)
IMethod.
method - An Eclipse JDT's method.
null if there is no method wrapper found.public static JxField getJxField(org.eclipse.jdt.core.IField field)
IField.
field - An Eclipse JDT's field.
null if there is no field wrapper found.public static JxField getUpdatedJxField(org.eclipse.jdt.core.IField field)
IField.
field - An Eclipse JDT's field.
null if there is no field wrapper found.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||