Code Search for Developers
 
 
  

Version.java from SmartFrog at Krugle


Show Version.java syntax highlighted

package org.smartfrog.tools;

//import org.smartfrog.tools;

/**
 *  Description of the Class
 *
 *@author     julgui
 *created    23 October 2001
 */
public class Version {
   /**
    *  Description of the Field
    */
   public static String versionString = "1.00.00";

   /**
    *  Gets the version attribute of the Version class
    *
    *@return    The version value
    */
   public static String getVersion() {
      return versionString;
   }

   /**
    *  The main program for the Version class
    *
    *@param  args  The command line arguments
    */
   public static void main(String[] args) {
      System.out.print(versionString);
   }
}




See more files for this project here

SmartFrog

SmartFrog (Smart Framework for Object Groups) is a framework for configuring and automatically activating distributed applications. \r\nThe SmartFrog framework is released under LGPL license.\r\nMore info at: www.smartfrog.org

Project homepage: http://sourceforge.net/projects/smartfrog
Programming language(s): Java,XML
License: other

  testharness/
    templategen/
      Daemon.java
      RemoteDaemon.java
      RemoteTemplateGen.java
      Remotehosts.all
      Remotehosts.vm
      TemplateGen.java
      doAll
      doAll.bat
      doAll.nt
      hosts.all
      templateDLSerrano.sf
      templateLocalHost.sf
      templateSecureDLSerrano.sf
      templateSecureSerrano.sf
      templateSerrano.sf
      templateSerrano.vm
      velocity.log
    NotifyOutputFilter.java
    NotifyOutputFilterImpl.java
    NotifyOutputFilterPrimImpl.java
    ReportGenerator.java
    Scheduler.java
    SchedulerCompoundImpl.java
    SchedulerImpl.java
    SynchCompound.java
    SynchCompoundImpl.java
    TestHelper.java
    components.sf
    notifyOutputFilterPrim.sf
    schedulerCompound.sf
    synchCompound.sf
  Version.java