| |
|
| java.lang.Object org.griphyn.common.util.ProfileParser
ProfileParser | public class ProfileParser (Code) | | Converts between the string version of a profile specification
and the parsed triples and back again.
author: Gaurang Mehta author: Jens-S. Vöckler |
Method Summary | |
public static String | combine(List l) Creates a profile string from the internal representation.
Parameters: l - is a list of profiles a string containing the representation. | public static void | main(String args) Test program. | public static List | parse(String s) Parses a given user profile specification into a map of maps. |
combine | public static String combine(List l)(Code) | | Creates a profile string from the internal representation.
Parameters: l - is a list of profiles a string containing the representation. The string can beempty (FIXME: should it be "null" or null?) for an empty list. See Also: ProfileParser.parse(String s) |
main | public static void main(String args)(Code) | | Test program.
Parameters: args - are command-line arguments |
|
|
|