org.apache.commons.jci.stores
Interface ResourceStore

All Known Implementing Classes:
FileResourceStore, MemoryResourceStore, TransactionalResourceStore

public interface ResourceStore

A Store is where the compilers are storing the results

Author:
tcurdt

Method Summary
 byte[] read(String pResourceName)
           
 void remove(String pResourceName)
           
 void write(String pResourceName, byte[] pResourceData)
           
 

Method Detail

write

void write(String pResourceName,
           byte[] pResourceData)

read

byte[] read(String pResourceName)

remove

void remove(String pResourceName)


Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.