org.granite.client.messaging
Class RemoteClassScanner

java.lang.Object
  extended by org.granite.client.messaging.RemoteClassScanner
All Implemented Interfaces:
Configuration.Configurator

public class RemoteClassScanner
extends Object
implements Configuration.Configurator

Author:
William DRAI

Nested Class Summary
static class RemoteClassScanner.JavaClassResourceType
           
 
Constructor Summary
RemoteClassScanner()
           
 
Method Summary
 void addPackageName(String packageName)
           
 void configure(org.granite.config.GraniteConfig graniteConfig)
           
 void setPackageNames(Set<String> packageNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteClassScanner

public RemoteClassScanner()
Method Detail

addPackageName

public void addPackageName(String packageName)

setPackageNames

public void setPackageNames(Set<String> packageNames)

configure

public void configure(org.granite.config.GraniteConfig graniteConfig)
Specified by:
configure in interface Configuration.Configurator