net.sf.magicproject.action.target
Class TargetFactory

java.lang.Object
  extended by net.sf.magicproject.action.target.TargetFactory

public final class TargetFactory
extends java.lang.Object

Since:
0.86

Method Summary
static Target readNextTarget(java.io.InputStream inputFile)
          target type [Register] test [Test] options [int] target action [Target]
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readNextTarget

public static Target readNextTarget(java.io.InputStream inputFile)
                             throws java.io.IOException
  • target type [Register]
  • test [Test]
  • options [int]
  • target action [Target]
  • Parameters:
    inputFile - file containing this action
    Returns:
    next Target object read from the specified stream.
    Throws:
    java.io.IOException - If some other I/O error occurs


    Copyright © 2003-2007 Magic-Project. All Rights Reserved.