|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.ruby.config.PackageModuleConversion
public class PackageModuleConversion
Configuration specifying the conversion of package names to client-side namespaces.
| Constructor Summary | |
|---|---|
PackageModuleConversion()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFrom()
Regular expression to map from. |
java.lang.String |
getTo()
Package to map to. |
void |
setFrom(java.lang.String from)
Regular expression to map from. |
void |
setTo(java.lang.String to)
Package to map to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PackageModuleConversion()
| Method Detail |
|---|
public java.lang.String getFrom()
public void setFrom(java.lang.String from)
from - Regular expression to map from.public java.lang.String getTo()
public void setTo(java.lang.String to)
to - Package to map to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||