railo.runtime.cache.legacy
Class MetaData

java.lang.Object
  extended by railo.runtime.cache.legacy.MetaData
All Implemented Interfaces:
Serializable

public class MetaData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MetaData(Resource file, HashMap<String,String> data)
           
 
Method Summary
 void add(String name, String raw)
           
 List<String> get(String wildcard)
           
static MetaData getInstance(Resource directory)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaData

public MetaData(Resource file,
                HashMap<String,String> data)
Method Detail

getInstance

public static MetaData getInstance(Resource directory)

add

public void add(String name,
                String raw)
         throws IOException
Throws:
IOException

get

public List<String> get(String wildcard)
                 throws org.apache.oro.text.regex.MalformedPatternException,
                        IOException
Throws:
org.apache.oro.text.regex.MalformedPatternException
IOException


Copyright © 2012 Railo