|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.container.configuration.ConfigurationUnmarshaller
public class ConfigurationUnmarshaller
Unmarshall a configuration.
| Constructor Summary | |
|---|---|
ConfigurationUnmarshaller()
|
|
| Method Summary | |
|---|---|
boolean |
isValid(java.net.URL url)
Returns true if the configuration file is valid according to its schema declaration. |
Configuration |
unmarshall(java.net.URL url)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationUnmarshaller()
| Method Detail |
|---|
public boolean isValid(java.net.URL url)
throws java.lang.NullPointerException,
java.io.IOException
url - the url of the configuration to validate
java.io.IOException - any IOException thrown by using the provided URL
java.lang.NullPointerException - if the provided URL is null
public Configuration unmarshall(java.net.URL url)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||