${header}

meteor.util
Class ConfigurePlatform

java.lang.Object
  extended bymeteor.util.ConfigurePlatform

public class ConfigurePlatform
extends java.lang.Object

Using the Configurator class to bypass The graphical user Interface. In order to get this class to function properly a couple modifications had to be made to the Configurator class in JXTA 2.2 If you are using this version then you might need to modify it as well see http://www.caip.rutgers.edu/~vincentm/LINKS/jxta2.2_configurator.txt for information on the update

Author:
Vincent Matossian Date: January 2004

Constructor Summary
ConfigurePlatform()
           
 
Method Summary
 void generateConfig()
           
static void main(java.lang.String[] args)
          This is just to test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurePlatform

public ConfigurePlatform()
Method Detail

generateConfig

public void generateConfig()

main

public static void main(java.lang.String[] args)
This is just to test


${header}