soot.tagkit
Class SourceFileTag

java.lang.Object
  extended by soot.tagkit.SourceFileTag
All Implemented Interfaces:
Tag

public class SourceFileTag
extends Object
implements Tag


Constructor Summary
SourceFileTag()
           
SourceFileTag(String sourceFile)
           
 
Method Summary
 String getAbsolutePath()
           
 String getName()
          Returns the tag name.
 String getSourceFile()
           
 byte[] getValue()
          Returns the tag raw data.
 void setAbsolutePath(String path)
           
 void setSourceFile(String srcFile)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceFileTag

public SourceFileTag(String sourceFile)

SourceFileTag

public SourceFileTag()
Method Detail

getName

public String getName()
Description copied from interface: Tag
Returns the tag name.

Specified by:
getName in interface Tag

getValue

public byte[] getValue()
Description copied from interface: Tag
Returns the tag raw data.

Specified by:
getValue in interface Tag

setSourceFile

public void setSourceFile(String srcFile)

getSourceFile

public String getSourceFile()

setAbsolutePath

public void setAbsolutePath(String path)

getAbsolutePath

public String getAbsolutePath()

toString

public String toString()
Overrides:
toString in class Object