com.sun.jini.tool.envcheck.plugins
Class CheckConfig.GroupInfo

java.lang.Object
  extended by com.sun.jini.tool.envcheck.plugins.CheckConfig.GroupInfo
All Implemented Interfaces:
Serializable
Enclosing class:
CheckConfig

private static class CheckConfig.GroupInfo
extends Object
implements Serializable

Struct to hold entryName/Group pairs


Field Summary
(package private)  String entryName
           
(package private)  String[] groups
           
 
Constructor Summary
CheckConfig.GroupInfo(String entryName, String[] groups)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entryName

String entryName

groups

String[] groups
Constructor Detail

CheckConfig.GroupInfo

CheckConfig.GroupInfo(String entryName,
                      String[] groups)


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.