Skip navigation links
com.essbase.eas.essbase.defs
Class UserPropertiesFile
java.lang.Object
com.essbase.eas.essbase.defs.UserPropertiesFile
-
public class UserPropertiesFile
- extends java.lang.Object
| Method Summary |
boolean |
add(java.lang.Object o)
|
void |
close()
|
java.io.File |
getFile()
|
static java.util.List |
getUserList(java.io.File filename)
|
static java.util.List |
getUserList(java.lang.String filename)
|
static java.util.List |
getUserListEx(java.io.File filename, boolean isEssbaseTalleyrandAndAbove)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserPropertiesFile
public UserPropertiesFile(java.lang.String filename)
throws java.io.IOException
-
- Throws:
java.io.IOException
UserPropertiesFile
public UserPropertiesFile(java.io.File file)
throws java.io.IOException
-
- Throws:
java.io.IOException
add
public boolean add(java.lang.Object o)
getUserList
public static java.util.List getUserList(java.lang.String filename)
throws java.io.IOException
-
- Throws:
java.io.IOException
getUserList
public static java.util.List getUserList(java.io.File filename)
throws java.io.IOException
-
- Throws:
java.io.IOException
getUserListEx
public static java.util.List getUserListEx(java.io.File filename,
boolean isEssbaseTalleyrandAndAbove)
throws java.io.IOException
-
- Throws:
java.io.IOException
getFile
public java.io.File getFile()
close
public void close()
throws java.io.IOException
-
- Throws:
java.io.IOException
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.