org.apache.myfaces.extensions.validator.crossval.storage
Interface ProcessedInformationStorage

All Known Implementing Classes:
DefaultProcessedInformationStorage

public interface ProcessedInformationStorage

Since:
x.x.3

Method Summary
 boolean containsEntry(String key)
           
 ProcessedInformationStorageEntry getEntry(String key)
           
 void setEntry(String key, ProcessedInformationStorageEntry entry)
           
 

Method Detail

setEntry

void setEntry(String key,
              ProcessedInformationStorageEntry entry)

containsEntry

boolean containsEntry(String key)

getEntry

ProcessedInformationStorageEntry getEntry(String key)


Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.