|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.spi.java.project.support.ui.BrokenReferencesSupport
Support for managing broken project references. Project freshly checkout from VCS can has broken references of several types: reference to other project, reference to a foreign file, reference to an external source root, reference to a Java Library or reference to a Java Platform. This class has helper methods for detection of these problems and for fixing them.
Method Summary | |
static boolean |
isBroken(AntProjectHelper projectHelper,
ReferenceHelper referenceHelper,
String[] properties,
String[] platformProperties)
Checks whether the project has some broken references or not. |
static void |
showAlert()
Show alert message box informing user that a project has broken references. |
static void |
showCustomizer(AntProjectHelper projectHelper,
ReferenceHelper referenceHelper,
String[] properties,
String[] platformProperties)
Shows UI customizer which gives users chance to fix encountered problems. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static boolean isBroken(AntProjectHelper projectHelper, ReferenceHelper referenceHelper, String[] properties, String[] platformProperties)
projectHelper
- AntProjectHelper associated with the project.referenceHelper
- ReferenceHelper associated with the project.properties
- array of property names which values hold
references which may be broken. For example for J2SE project
the property names will be: "javac.classpath", "run.classpath", etc.platformProperties
- array of property names which values hold
name of the platform(s) used by the project. These platforms will be
checked for existence. For example for J2SE project the property
name is one and it is "platform.active". The name of the default
platform is expected to be "default_platform" and this platform
always exists.
public static void showCustomizer(AntProjectHelper projectHelper, ReferenceHelper referenceHelper, String[] properties, String[] platformProperties)
projectHelper
- AntProjectHelper associated with the project.referenceHelper
- ReferenceHelper associated with the project.properties
- array of property names which values hold
references which may be broken. For example for J2SE project
the property names will be: "javac.classpath", "run.classpath", etc.platformProperties
- array of property names which values hold
name of the platform(s) used by the project. These platforms will be
checked for existence. For example for J2SE project the property
name is one and it is "platform.active". The name of the default
platform is expected to be "default_platform" and this platform
always exists.public static void showAlert()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |