Package com.googlecode.aviator
Class Main
java.lang.Object
com.googlecode.aviator.Main
AviatorScript bootstrap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
getFileDir
(String abPath) private static String[]
getRemainArgs
(String[] args, int startPos) static void
newEnv
(Expression exp, String abPath, String[] args)
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
- Throws:
Exception
-
newEnv
private static Map<String,Object> newEnv(Expression exp, String abPath, String[] args) throws IOException - Throws:
IOException
-
getFileDir
- Throws:
IOException
-
getRemainArgs
-