|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MirrorAssembly
MirrorAssembly, the mirror of an assembly.
| Method Summary | |
|---|---|
void |
checkValidity()
Check if the mirror assembly is valid. |
Object |
clone()
Clone the object. |
Assembly |
getAssembly()
Get the assembly. |
String |
getAssemblyName()
Get the assembly name. |
AssetEntry |
getEntry()
Get the worksheet entry. |
long |
getLastModified()
Get the last modified time. |
boolean |
isAutoUpdate()
Check if is auto update. |
boolean |
isOuterMirror()
Check if is outer mirror. |
void |
renameDepended(String oname,
String nname)
Rename the assemblies depended on. |
void |
setAutoUpdate(boolean auto)
Set auto update. |
void |
setEntry(AssetEntry entry)
Set the worksheet entry. |
void |
setLastModified(long modified)
Set last modified time. |
boolean |
update()
Update the inner mirror. |
void |
updateMirror(AssetRepository engine,
Principal user)
Update the outer mirror. |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML, writeXML |
| Method Detail |
|---|
AssetEntry getEntry()
void setEntry(AssetEntry entry)
entry - the specified worksheet entry.String getAssemblyName()
boolean isOuterMirror()
void setLastModified(long modified)
modified - the specified last modified time.long getLastModified()
boolean isAutoUpdate()
void setAutoUpdate(boolean auto)
auto - true to open auto update.Assembly getAssembly()
void checkValidity()
throws Exception
Exception
void updateMirror(AssetRepository engine,
Principal user)
throws Exception
engine - the specified asset repository.user - the specified user.
Exceptionboolean update()
void renameDepended(String oname,
String nname)
oname - the specified old name.nname - the specified new name.Object clone()
clone in interface AssetObject
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||