Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.ideimpl.webupdate.parser
Class Problems

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

public final class Problems
extends java.lang.Object

Problems encountered while processing a bundle.

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


Method Summary
 java.util.Collection<java.lang.String> descriptions()
          Returns a collection of human readable descriptions of the problems encountered while parsing.
 boolean hasProblems()
          Returns true if there were any problems.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

hasProblems

public boolean hasProblems()
Returns true if there were any problems.

Returns:
true if there were any problems.

descriptions

@NotNull
public java.util.Collection<java.lang.String> descriptions()
Returns a collection of human readable descriptions of the problems encountered while parsing.

Returns:
a collection of problem descriptions. The collection is unmodifiable.

toString

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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