Java Preference Get getClobStorage(Preferences prefs, String key)

Here you can find the source of getClobStorage(Preferences prefs, String key)

Description

get Clob Storage

License

Open Source License

Declaration

private static Preferences getClobStorage(Preferences prefs, String key) 

Method Source Code

//package com.java2s;
// modify it under the terms of the GNU Lesser General Public License

import java.util.prefs.Preferences;

public class Main {
    private static Preferences getClobStorage(Preferences prefs, String key) {
        return prefs.node(key + "_clob");
    }//from www. ja  v a  2  s  .co m
}

Related

  1. get(String key, String defaultValue)
  2. getAltNode(final String name)
  3. getBoolean(final String key, final boolean defaultValue)
  4. getCLOB(Preferences prefs, String key, String def)
  5. getDefault()
  6. getFloat(String key, Float def)
  7. getInt(final Class preferencesClass, final String preferenceName)
  8. getList(String path)