org.netbeans.core.startup/1 1.40

org.netbeans.core.startup
Class AutomaticDependencies.Report

java.lang.Object
  extended by org.netbeans.core.startup.AutomaticDependencies.Report
Enclosing class:
AutomaticDependencies

public static final class AutomaticDependencies.Report
extends Object

A struct for holding information on the result of dependency refinement.

Since:
org.netbeans.core/1 1.19
See Also:
AutomaticDependencies.refineDependenciesAndReport(java.lang.String, java.util.Set)

Method Summary
 Set<Dependency> getAdded()
          Get a set of dependencies that were added.
 Set<String> getMessages()
          Get a set of messages describing why transformations occurred.
 Set<Dependency> getRemoved()
          Get a set of dependencies that were removed.
 boolean isModified()
          Check if any changes were made.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAdded

public Set<Dependency> getAdded()
Get a set of dependencies that were added.

Returns:
a set of Dependency (may be empty)

getRemoved

public Set<Dependency> getRemoved()
Get a set of dependencies that were removed.

Returns:
a set of Dependency (may be empty)

getMessages

public Set<String> getMessages()
Get a set of messages describing why transformations occurred. These messages are not necessarily localized but are intended for developers.

Returns:
a set of String messages (may be empty)

isModified

public boolean isModified()
Check if any changes were made.

Returns:
true if there is anything to report

toString

public String toString()
Overrides:
toString in class Object
Since:
org.netbeans.core.startup 1.21

org.netbeans.core.startup/1 1.40

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.