Package editor.plugin.typeloader
Interface INewFileParams
-
- All Known Implementing Classes:
JavaFileParams,PropertiesFileParams
public interface INewFileParams
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFqn()booleanisValid()
-
-
-
Method Detail
-
getFqn
String getFqn()
-
isValid
boolean isValid()
-
-