Java Preference Get getAltNode(final String name)

Here you can find the source of getAltNode(final String name)

Description

get Alt Node

License

Open Source License

Declaration

public static Preferences getAltNode(final String name) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

import java.util.prefs.Preferences;

public class Main {
    public static Preferences getAltNode(final String name) {
        return Preferences.userRoot().node("/com/affymetrix/" + name);
    }/*from   ww w.  j  a  v  a2 s .co m*/
}

Related

  1. get(String key, String defaultValue)
  2. getBoolean(final String key, final boolean defaultValue)
  3. getCLOB(Preferences prefs, String key, String def)
  4. getClobStorage(Preferences prefs, String key)
  5. getDefault()