|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.spring_app.config.SpringImport
public class SpringImport
Configuration element used to add spring configuration to the module.
| Constructor Summary | |
|---|---|
SpringImport()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFile()
The spring file to import. |
java.lang.String |
getUri()
Used to indicate a URI pointing to the the spring import. |
void |
setFile(java.lang.String file)
The spring file to import. |
void |
setUri(java.lang.String uri)
The URI to the spring import. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringImport()
| Method Detail |
|---|
public java.lang.String getFile()
public void setFile(java.lang.String file)
file - The spring file to import.public java.lang.String getUri()
public void setUri(java.lang.String uri)
uri - The URI to the spring import.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||