org.cruxframework.crux.tools.codeserver
Class HotDeploymentScanner

java.lang.Object
  extended by org.cruxframework.crux.tools.codeserver.HotDeploymentScanner

public class HotDeploymentScanner
extends Object

Author:
Thiago da Rosa de Bustamante

Method Summary
 void addFile(File file)
           
protected  void scan(File file)
           
static void scanProjectDirs(String hostName, int port, String moduleToCompile, String userAgent, String locale)
           
 void startScanner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addFile

public void addFile(File file)
Parameters:
file -

startScanner

public void startScanner()

scan

protected void scan(File file)
             throws IOException
Parameters:
file -
Throws:
IOException

scanProjectDirs

public static void scanProjectDirs(String hostName,
                                   int port,
                                   String moduleToCompile,
                                   String userAgent,
                                   String locale)
Parameters:
hostName -
port -
moduleToCompile -
userAgent -
locale -


Copyright © 2014. All rights reserved.