oracle.jdeveloper.model
Class Tag2JProject
java.lang.Object
|
+--oracle.jdeveloper.model.Tag2JProject
- All Implemented Interfaces:
- oracle.ide.marshal.tag.TagConverter
- public class Tag2JProject
- extends java.lang.Object
- implements oracle.ide.marshal.tag.TagConverter
The Tag2JProject
class marshals the java project
settings into the JProject
object. It uses registered
TagConverters to handle the different configurations.
Method Summary |
boolean |
toElement(java.lang.Object object,
oracle.ide.marshal.tag.TagElement element,
oracle.ide.marshal.tag.Tag2Object t2o)
Not supported. |
boolean |
toObject(java.lang.Object object,
oracle.ide.marshal.tag.TagElement element,
oracle.ide.marshal.tag.Tag2Object t2o)
Initialize the JProject object from the
specified element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tag2JProject
public Tag2JProject()
toElement
public boolean toElement(java.lang.Object object,
oracle.ide.marshal.tag.TagElement element,
oracle.ide.marshal.tag.Tag2Object t2o)
- Not supported.
- Specified by:
toElement
in interface oracle.ide.marshal.tag.TagConverter
toObject
public boolean toObject(java.lang.Object object,
oracle.ide.marshal.tag.TagElement element,
oracle.ide.marshal.tag.Tag2Object t2o)
- Initialize the
JProject
object from the
specified element.
- Specified by:
toObject
in interface oracle.ide.marshal.tag.TagConverter