org.netbeans.modules.editor.settings.storage/1 1.19

org.netbeans.modules.editor.settings.storage.spi
Interface StorageDescription<K,V>


public interface StorageDescription<K,V>


Method Summary
 StorageReader<K,V> createReader(FileObject f, String mimePath)
           
 StorageWriter<K,V> createWriter(FileObject f, String mimePath)
           
 String getId()
           
 String getLegacyFileName()
           
 String getMimeType()
           
 boolean isUsingProfiles()
           
 

Method Detail

getId

String getId()

isUsingProfiles

boolean isUsingProfiles()

getMimeType

String getMimeType()

getLegacyFileName

String getLegacyFileName()

createReader

StorageReader<K,V> createReader(FileObject f,
                                String mimePath)
Since:
1.17

createWriter

StorageWriter<K,V> createWriter(FileObject f,
                                String mimePath)
Since:
1.17

org.netbeans.modules.editor.settings.storage/1 1.19

Built on December 3 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.