| Package | Description |
|---|---|
| eu.simuline.util |
Utility classes: very inhomogeneous.
|
| Modifier and Type | Method and Description |
|---|---|
static JavaPath.ClsSrc |
JavaPath.ClsSrc.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaPath.ClsSrc[] |
JavaPath.ClsSrc.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JavaPath.absFile2cls(File absFile,
JavaPath.ClsSrc clsSrc) |
private String |
JavaPath.cls2locFile(String clsName,
JavaPath.ClsSrc clsSrc)
Converts a class name into the into the corresponding name
of a local source file or class file.
|
File |
JavaPath.getFile(String clsName,
JavaPath.ClsSrc clsSrc)
Converts a class name into the corresponding source file or class file
if possible.
|
String |
JavaPath.locFile2cls(String locFileName,
JavaPath.ClsSrc clsSrc) |
Copyright © 2012–2018 Simuline Organization (l2r). All rights reserved.