org.netbeans.modules.java.api.common/0 1.37

org.netbeans.modules.java.api.common.project.ui.customizer
Interface ProjectSharability


public interface ProjectSharability

Ability to verify whether the project is currently sharable, and if not to make it so. Will be in project lookup.

Since:
org.netbeans.modules.java.api.common/0 1.8

Method Summary
 boolean isSharable()
          Checks whether the project is currently sharable.
 void makeSharable()
          Offers to make the project sharable.
 

Method Detail

isSharable

boolean isSharable()
Checks whether the project is currently sharable.

Returns:
true if it is self-contained, false if it has external file references
See Also:
AntProjectHelper.isSharableProject()

makeSharable

void makeSharable()
Offers to make the project sharable. This should be called in EQ and just opens some GUI. The user may or may not proceed.

See Also:
SharableLibrariesUtils.showMakeSharableWizard(org.netbeans.spi.project.support.ant.AntProjectHelper, org.netbeans.spi.project.support.ant.ReferenceHelper, java.util.List, java.util.List)

org.netbeans.modules.java.api.common/0 1.37

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