Class FileDef


  • public class FileDef
    extends Object
    A simple class used as the root object for Bean querying. This allows bean querying to use the same XPath expressions as with DOM querying (meaning they both can start with /FileDef).
    Author:
    Jerry Vos
    • Constructor Detail

      • FileDef

        public FileDef​(Object fileDef)
        Constructs this with the specified object to return from getFileDef().
        Parameters:
        fileDef - the object to return in the getter
    • Method Detail

      • getFileDef

        public Object getFileDef()
        Returns the given FileDef object.
        Returns:
        the given FileDef object