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

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.33

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.