C# Class net.sf.jni4net.proxygen.Program

Datei anzeigen Open project: Mazrick/jni4net

Public Methods

Method Description
GetFoldersFromClassTypes ( List types ) : List
GetNormalizedFolderPathsFromFileURIs ( List files, String rootFolder ) : List

Private Methods

Method Description
AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
Main ( string args ) : int
ParseCp ( ToolConfig cfg, bool isCp, string swtch, string args ) : void
ParseDl ( ToolConfig cfg, bool isDll, string swtch, string args ) : void
ParseWd ( ToolConfig cfg, string swtch, string args ) : void
Work ( string args ) : int
WriteBuild ( string workDir, string jvm, string fname ) : void

Method Details

GetFoldersFromClassTypes() public static method

public static GetFoldersFromClassTypes ( List types ) : List
types List
return List

GetNormalizedFolderPathsFromFileURIs() public static method

public static GetNormalizedFolderPathsFromFileURIs ( List files, String rootFolder ) : List
files List
rootFolder String
return List