Class DFClassLister
java.lang.Object
repast.simphony.freezedry.datasource.DFClassLister
Given a zip file containing a freezedried model,
this returns the classes required by that model.
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the classes referenced in the zip file.protected String
getClassName
(String name)
-
Constructor Details
-
DFClassLister
-
-
Method Details
-
getClasses
Gets the classes referenced in the zip file.- Returns:
- the classes referenced in the zip file.
- Throws:
IOException
- if there is an error reading the zip fileClassNotFoundException
- if a class referenced in the zip cannot be found
-
getClassName
-