|
Data Request Broker 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.gael.drb.impl.DrbProvider
fr.gael.drb.impl.file.FileProvider
public final class FileProvider
File provider.
| Constructor Summary | |
|---|---|
protected |
FileProvider(FileNode file_node)
Build a file provider with the file |
| Method Summary | |
|---|---|
protected void |
attachParent(FileProvider parent)
This method attach the parend file |
void |
commit()
This method commit the provider |
String |
getIdentifier()
This method get the identifier |
String |
getName()
This method gets the name |
Object |
getProperty(String name)
This method get the value of the file name |
void |
setProperty(String name,
Object value)
This method sets the properties of the file which have the name in params |
| Methods inherited from class fr.gael.drb.impl.DrbProvider |
|---|
hasFeature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FileProvider(FileNode file_node)
file_node - the file node| Method Detail |
|---|
public String getName()
getName in class DrbProviderpublic String getIdentifier()
getIdentifier in class DrbProvider
public void setProperty(String name,
Object value)
throws IllegalArgumentException
setProperty in class DrbProvidername - the name of the filevalue - the object value
IllegalArgumentException - This exception is raised when the
property name is not supportedpublic Object getProperty(String name)
getProperty in class DrbProvidername - the name of the file
public void commit()
commit in class DrbProviderprotected void attachParent(FileProvider parent)
parent - the file parent provider
|
Data Request Broker - DRB API® 2-3-release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||