@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface DatabaseState
| Modifier and Type | Required Element and Description |
|---|---|
String |
dbVersion
The version of the RHQ database the export file is generated from.
|
String |
url
The location of the database state export file.
|
| Modifier and Type | Optional Element and Description |
|---|---|
FileFormat |
format
The format of the export file (defaults to zipped xml).
|
DatabaseStateStorage |
storage
Where is the export file accessible from (defaults to
DatabaseStateStorage.CLASSLOADER). |
public abstract String url
public abstract String dbVersion
public abstract DatabaseStateStorage storage
DatabaseStateStorage.CLASSLOADER).public abstract FileFormat format
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.