public static enum Source.Util extends java.lang.Enum<Source.Util>
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
className(java.io.File sourceRoot,
java.io.File file) |
static void |
main(java.lang.String[] args) |
static java.io.File |
sourceFile(java.util.List<java.io.File> sourceRoots,
java.lang.String className) |
static Source.Util |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Source.Util[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Source.Util[] values()
for (Source.Util c : Source.Util.values()) System.out.println(c);
public static Source.Util valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static java.lang.String className(java.io.File sourceRoot, java.io.File file)
public static java.io.File sourceFile(java.util.List<java.io.File> sourceRoots, java.lang.String className)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
Copyright © 2014–2017 ActFramework. All rights reserved.