Class SourceFileAttribute

java.lang.Object
com.sun.jdo.api.persistence.enhancer.classfile.ClassAttribute
com.sun.jdo.api.persistence.enhancer.classfile.SourceFileAttribute
All Implemented Interfaces:
VMConstants

public class SourceFileAttribute extends ClassAttribute
Represents the source file attribute in a class file
  • Field Details

  • Constructor Details

    • SourceFileAttribute

      public SourceFileAttribute(ConstUtf8 attrName, ConstUtf8 sourceName)
      Constructor for a source file attribute
  • Method Details

    • fileName

      public ConstUtf8 fileName()
      Returns the source file name The file name should not include directories
    • setFileName

      public void setFileName(ConstUtf8 name)
      Sets the source file name