org.objectweb.fractal.explorer
Interface FcExplorerAttributes

All Superinterfaces:
AttributeController
All Known Implementing Classes:
FcExplorerImpl

public interface FcExplorerAttributes
extends AttributeController

Defines the attributes for the browser

Version:
0.1
Author:
Jerome Moroy

Method Summary
 String getConfigFiles()
           
 void setConfigFiles(String configFiles)
          The list of the name of the config files (use ':' or ' ' to separate files)
 

Method Detail

setConfigFiles

void setConfigFiles(String configFiles)
The list of the name of the config files (use ':' or ' ' to separate files)

Parameters:
configFiles - list of the name of the config files

getConfigFiles

String getConfigFiles()
Returns:
list of the name of the config files.