Package org.teamapps.dto.generate
Class TeamAppsGeneratorUtil
java.lang.Object
org.teamapps.dto.generate.TeamAppsGeneratorUtil
public class TeamAppsGeneratorUtil
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TeamAppsGeneratorUtil() -
Method Summary
Modifier and Type Method Description static java.util.List<java.io.File>getFilesInDirectory(java.io.File sourceDir)static java.util.List<TeamAppsDtoParser.ClassCollectionContext>parseClassCollections(java.io.File sourceDir)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TeamAppsGeneratorUtil
public TeamAppsGeneratorUtil()
-
-
Method Details
-
getFilesInDirectory
public static java.util.List<java.io.File> getFilesInDirectory(java.io.File sourceDir) -
parseClassCollections
public static java.util.List<TeamAppsDtoParser.ClassCollectionContext> parseClassCollections(java.io.File sourceDir)
-