Package lumis.portal.structure.sync
Interface IFileGlobalElement
-
- All Superinterfaces:
IFileElement
- All Known Implementing Classes:
Css
,FileTransformationParameterType
,GlobalGroup
,GlobalInterfaceStyle
,Project
public interface IFileGlobalElement extends IFileElement
An root file element that is stored in the synchronization global area.- Since:
- 6.2.0
- Version:
- $Revision: 14187 $ $Date: 2012-04-02 11:44:41 -0300 (Mon, 02 Apr 2012) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGlobalFilePath()
Returns the path of the file to be stored in global area.
-
-
-
Method Detail
-
getGlobalFilePath
String getGlobalFilePath()
Returns the path of the file to be stored in global area.- Returns:
- the path, relative to the global directory.
- Since:
- 6.2.0
-
-