g-Eclipse
Release 1.0.0

eu.geclipse.ui.simpleTest
Class PortRange

java.lang.Object
  extended by eu.geclipse.ui.simpleTest.PortRange

public class PortRange
extends java.lang.Object

Class to create instances of PortRange objects, which represent a range of ports to scan.


Constructor Summary
PortRange(int from)
           
PortRange(int from, int to)
           
 
Method Summary
 int getFinish()
           
 int getStart()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortRange

public PortRange(int from)

PortRange

public PortRange(int from,
                 int to)
Method Detail

getStart

public int getStart()

getFinish

public int getFinish()

g-Eclipse
Release 1.0.0