hudson.plugins.cpptest.parser
Class Location

java.lang.Object
  extended by hudson.plugins.cpptest.parser.Location

public class Location
extends java.lang.Object

Java Bean class for a location of file of the Cpptest format.

Author:
NQH

Constructor Summary
Location()
           
 
Method Summary
 java.lang.String getFsPath()
           
 java.lang.String getLoc()
           
 void setFsPath(java.lang.String fsPath)
           
 void setLoc(java.lang.String loc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location()
Method Detail

setFsPath

public void setFsPath(java.lang.String fsPath)

getFsPath

public java.lang.String getFsPath()

setLoc

public void setLoc(java.lang.String loc)

getLoc

public java.lang.String getLoc()


Copyright © 2010. All Rights Reserved.