org.richfaces.shrinkwrap.descriptor
Class PropertiesAsset
java.lang.Object
org.richfaces.shrinkwrap.descriptor.PropertiesAsset
- All Implemented Interfaces:
- org.jboss.shrinkwrap.api.asset.Asset
public class PropertiesAsset
- extends Object
- implements org.jboss.shrinkwrap.api.asset.Asset
Assert for simplified creation of properties files with fluent API
- Author:
- Lukas Fryc
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesAsset
public PropertiesAsset()
key
public PropertiesAsset.Value key(String key)
openStream
public InputStream openStream()
- Specified by:
openStream in interface org.jboss.shrinkwrap.api.asset.Asset
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.