Class LifecycleStaxReader

java.lang.Object
org.apache.maven.plugin.lifecycle.io.LifecycleStaxReader

@Generated public class LifecycleStaxReader extends Object
  • Constructor Details

  • Method Details

    • getXMLInputFactory

      public XMLInputFactory getXMLInputFactory()
      Returns the XMLInputFactory used by this reader.
      Returns:
      the XMLInputFactory used by this reader.
    • getAddDefaultEntities

      public boolean getAddDefaultEntities()
      Returns the state of the "add default entities" flag.
      Returns:
      boolean
    • setAddDefaultEntities

      public void setAddDefaultEntities(boolean addDefaultEntities)
      Sets the state of the "add default entities" flag.
      Parameters:
      addDefaultEntities - a addDefaultEntities object.
    • read

      public org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration read(Reader reader) throws XMLStreamException
      Throws:
      XMLStreamException
    • read

      public org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration read(Reader reader, boolean strict) throws XMLStreamException
      Parameters:
      reader - a reader object.
      strict - a strict object.
      Returns:
      LifecycleConfiguration
      Throws:
      XMLStreamException - XMLStreamException if any.
    • read

      public org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration read(InputStream in) throws XMLStreamException
      Throws:
      XMLStreamException
    • read

      public org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration read(InputStream in, boolean strict) throws XMLStreamException
      Method read.
      Parameters:
      in - a in object.
      strict - a strict object.
      Returns:
      LifecycleConfiguration
      Throws:
      XMLStreamException - XMLStreamException if any.
    • read

      public org.apache.maven.api.plugin.descriptor.lifecycle.LifecycleConfiguration read(XMLStreamReader parser, boolean strict) throws XMLStreamException
      Method read.
      Parameters:
      parser - a parser object.
      strict - a strict object.
      Returns:
      LifecycleConfiguration
      Throws:
      XMLStreamException - XMLStreamException if any.