com.inline.feature.example
Class JavaRootFeature

java.lang.Object
  |
  +--com.inline.feature.common.AbstractResourceListener
        |
        +--com.inline.feature.common.AbstractFeature
              |
              +--com.inline.feature.example.JavaRootFeature

public class JavaRootFeature
extends AbstractFeature


Field Summary
static java.lang.String TYPE
           
 
Fields inherited from class com.inline.feature.common.AbstractResourceListener
active, featureModel, parent, resourceAdapters, resourceSetAdapters, revalidate
 
Constructor Summary
JavaRootFeature(FeatureModel model)
           
 
Method Summary
 java.lang.String getProjectName()
           
 java.lang.String getType()
          Returns the feature type.
 
Methods inherited from class com.inline.feature.common.AbstractFeature
activate, addManagedProperty, addMessages, addPropertyChangeListener, applyChanges, canChange, canDelete, commit, delete, firePropertyChange, firePropertyChange, getActions, getChildren, getChildSetActions, getDisplayProperties, getDisplayType, getMessages, getPrimitiveActions, getSignature, getURL, insert, invalidate, isMarkedForDeletion, isModified, isModified, isNew, markForDeletion, parseSignature, propertyChanged, refresh, refresh, refreshProperties, refreshProperty, release, removePropertyChangeListener, toString, toStringVerbose, validateChanges, validateChanges
 
Methods inherited from class com.inline.feature.common.AbstractResourceListener
getFeatureModel, getParent, passivate, propertyChange, registerDependencies, registerResourceAdapter, registerResourceAdapter, registerResourceSetAdapter, registerResourceSetAdapter, resourceAdded, resourceChanged, resourceRemoved, unregisterResourceAdapter, unregisterResourceSetAdapter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.String TYPE
Constructor Detail

JavaRootFeature

public JavaRootFeature(FeatureModel model)
Method Detail

getType

public java.lang.String getType()
Description copied from interface: Feature
Returns the feature type.

The recommended type declaration syntax is:

      class MyFeature ... {
          public static final String TYPE = "foo-bar-myfeature";
          public String getType() { return TYPE; }
          ...
      }
  

getProjectName

public java.lang.String getProjectName()