@Deprecated
@OpenApiAll
public interface ShareTable
| Modifier and Type | Method and Description |
|---|---|
ShareInfo |
addShare(Package pack,
java.lang.String prefPath)
Deprecated.
Adds new share.
|
void |
addShare(ShareInfo impl)
Deprecated.
Adds new share
|
java.lang.String |
getExportedVersion()
Deprecated.
|
java.lang.String |
getShareDescription()
Deprecated.
|
java.util.Collection<ShareInfo> |
getShares()
Deprecated.
Returns shares
|
boolean |
isStandardSystemProfile()
Deprecated.
|
void |
removeShare(ShareInfo remove)
Deprecated.
Removes share
|
void |
setAsStandardSystemProfile(boolean isStandardSystemProfile)
Deprecated.
Set if this project share is standard/system profile.
|
void |
setExportedVersion(java.lang.String version)
Deprecated.
Set given version as exported module/profile version
|
void |
setShareDescription(java.lang.String d)
Deprecated.
Sets new (share) project description.
|
java.util.Collection<ShareInfo> getShares()
ShareInfoShareInfo addShare(Package pack, java.lang.String prefPath)
pack - package to shareprefPath - preferred pathvoid removeShare(ShareInfo remove)
remove - share to removevoid setShareDescription(java.lang.String d)
d - new descriptionjava.lang.String getShareDescription()
void addShare(ShareInfo impl)
impl - share to add.boolean isStandardSystemProfile()
void setAsStandardSystemProfile(boolean isStandardSystemProfile)
isStandardSystemProfile - java.lang.String getExportedVersion()
void setExportedVersion(java.lang.String version)
version -