Dali Provisional API
Release 3.2

org.eclipse.jpt.common.core.resource.java
Interface JavaResourceClassFile

All Superinterfaces:
JavaResourceNode, Model

public interface JavaResourceClassFile
extends JavaResourceNode

Java class file

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.0

Nested Class Summary
static class JavaResourceClassFile.TypeTransformer
           
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.resource.java.JavaResourceNode
JavaResourceNode.FileTransformer, JavaResourceNode.Root
 
Field Summary
static IContentType CONTENT_TYPE
          The content type for Java class files.
static String CONTENT_TYPE_ID
          The content type ID for Java class files.
static org.eclipse.jpt.common.utility.transformer.Transformer<JavaResourceClassFile,JavaResourceAbstractType> TYPE_TRANSFORMER
           
 
Fields inherited from interface org.eclipse.jpt.common.core.resource.java.JavaResourceNode
FILE_TRANSFORMER
 
Method Summary
 JavaResourceAbstractType getType()
          Return the class file's type.
 
Methods inherited from interface org.eclipse.jpt.common.core.resource.java.JavaResourceNode
getFile, getJavaResourceCompilationUnit, getParent, getRoot, getTextRange
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 

Field Detail

TYPE_TRANSFORMER

static final org.eclipse.jpt.common.utility.transformer.Transformer<JavaResourceClassFile,JavaResourceAbstractType> TYPE_TRANSFORMER

CONTENT_TYPE_ID

static final String CONTENT_TYPE_ID
The content type ID for Java class files.

[The JDT plug-in does not define a constant for this ID....]

See Also:
Constant Field Values

CONTENT_TYPE

static final IContentType CONTENT_TYPE
The content type for Java class files.

Method Detail

getType

JavaResourceAbstractType getType()
Return the class file's type.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.