public interface ImportFormat
Modifier and Type | Method and Description |
---|---|
String |
dualToImportStatement(String packageName,
String simpleClassName) |
String |
singleToImportStatement(String className)
Given a fully-qualified class name, return a String with the class formatted as an import statement.
|
Copyright © 2015–2022 SciJava. All rights reserved.