|
|||||||||
| Home >> All >> javax >> ide >> model >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.model.spi
Class SuffixRecognizer

java.lang.Objectjavax.ide.model.spi.SuffixRecognizer
- Direct Known Subclasses:
- XMLDocTypeRecognizer, XMLRootElementRecognizer
- public class SuffixRecognizer
- extends java.lang.Object
Information about the recognition of one or more file suffixes as a particular document type.
| Field Summary | |
private javax.ide.util.MetaClass |
_documentClass
|
private java.util.Collection |
_suffixes
|
| Constructor Summary | |
SuffixRecognizer(javax.ide.util.MetaClass documentClass)
|
|
| Method Summary | |
void |
addSuffix(java.lang.String suffix)
|
boolean |
containsSuffix(java.lang.String suffix)
|
javax.ide.util.MetaClass |
getDocumentClass()
|
java.util.Collection |
getSuffixes()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_documentClass
private final javax.ide.util.MetaClass _documentClass
_suffixes
private final java.util.Collection _suffixes
| Constructor Detail |
SuffixRecognizer
public SuffixRecognizer(javax.ide.util.MetaClass documentClass)
| Method Detail |
getDocumentClass
public final javax.ide.util.MetaClass getDocumentClass()
addSuffix
public final void addSuffix(java.lang.String suffix)
getSuffixes
public java.util.Collection getSuffixes()
containsSuffix
public final boolean containsSuffix(java.lang.String suffix)
|
|||||||||
| Home >> All >> javax >> ide >> model >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javax.ide.model.spi.SuffixRecognizer