-
- All Implemented Interfaces:
-
net.pwall.json.schema.codegen.ClassId
public final class TargetFileName implements ClassId
A file name. This class is structured so as to be easily accessible from Mustache templates, to output either a class name (optionally fully qualified) or a file name (optionally including path).
-
-
Constructor Summary
Constructors Constructor Description TargetFileName(String name, String ext, List<String> dirs)
-
Method Summary
-
-
Method Detail
-
getClassName
String getClassName()
-
getPackageName
String getPackageName()
-
getQualifiedClassName
String getQualifiedClassName()
-
-
-
-