Constructor and Description |
---|
JavaSource(String typeName)
Constructs a new source with the given fully qualified java type name.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Returns the source path of this source fragment within the compilation,
for example
com/example/client/Foo.java or
com/example/public/bar.css . |
public JavaSource(String typeName)
typeName
- fully qualified java type name, cannot be a nested classCopyright © 2018. All rights reserved.