Example usage for org.eclipse.jdt.internal.compiler.util SuffixConstants SUFFIX_STRING_java

List of usage examples for org.eclipse.jdt.internal.compiler.util SuffixConstants SUFFIX_STRING_java

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.util SuffixConstants SUFFIX_STRING_java.

Prototype

String SUFFIX_STRING_java

To view the source code for org.eclipse.jdt.internal.compiler.util SuffixConstants SUFFIX_STRING_java.

Click Source Link

Usage

From source file:com.codenvy.ide.ext.java.server.internal.core.util.Util.java

License:Open Source License

public static String defaultJavaExtension() {
    return SuffixConstants.SUFFIX_STRING_java;
}