Extension SDK

oracle.jdeveloper.model
Class Tag2JProject

java.lang.Object
  extended byoracle.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.


Constructor Summary
Tag2JProject()
           
 
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
 

Constructor Detail

Tag2JProject

public Tag2JProject()
Method Detail

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

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.