org.eclipse.jdt.internal.compiler.util
Interface SuffixConstants

All Known Implementing Classes:
ClasspathDirectory, ClasspathJar, ClasspathLocation, ClasspathSourceJar, EclipseCompilerImpl, FileSystem, Main, Util

public interface SuffixConstants


Field Summary
static String EXTENSION_class
           
static String EXTENSION_CLASS
           
static String EXTENSION_java
           
static String EXTENSION_JAVA
           
static char[] SUFFIX_class
           
static char[] SUFFIX_CLASS
           
static char[] SUFFIX_java
           
static char[] SUFFIX_JAVA
           
static String SUFFIX_STRING_class
           
static String SUFFIX_STRING_CLASS
           
static String SUFFIX_STRING_java
           
static String SUFFIX_STRING_JAVA
           
 

Field Detail

EXTENSION_class

static final String EXTENSION_class
See Also:
Constant Field Values

EXTENSION_CLASS

static final String EXTENSION_CLASS
See Also:
Constant Field Values

EXTENSION_java

static final String EXTENSION_java
See Also:
Constant Field Values

EXTENSION_JAVA

static final String EXTENSION_JAVA
See Also:
Constant Field Values

SUFFIX_STRING_class

static final String SUFFIX_STRING_class
See Also:
Constant Field Values

SUFFIX_STRING_CLASS

static final String SUFFIX_STRING_CLASS
See Also:
Constant Field Values

SUFFIX_STRING_java

static final String SUFFIX_STRING_java
See Also:
Constant Field Values

SUFFIX_STRING_JAVA

static final String SUFFIX_STRING_JAVA
See Also:
Constant Field Values

SUFFIX_class

static final char[] SUFFIX_class

SUFFIX_CLASS

static final char[] SUFFIX_CLASS

SUFFIX_java

static final char[] SUFFIX_java

SUFFIX_JAVA

static final char[] SUFFIX_JAVA


Copyright © 2012. All Rights Reserved.