Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ideimpl.webupdate.parser
Class ParserResult

java.lang.Object
  extended by oracle.ideimpl.webupdate.parser.ParserResult

@Immutable
public final class ParserResult
extends java.lang.Object

The results of parsing a bundle.

Instances of this class are immutable, and so may be used from multiple threads.


Method Summary
 UpdateBundle bundle()
          Returns the bundle created while parsing this bundle.
 Problems problems()
          Returns problems encountered while parsing this bundle.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

problems

@NotNull
public Problems problems()
Returns problems encountered while parsing this bundle.

Returns:
a problems object, not null.

bundle

@NotNull
public UpdateBundle bundle()
Returns the bundle created while parsing this bundle. The bundle may be invalid or incomplete if there were problems.

Returns:
a bundle, not null.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.