Package com.taobao.common.stable.command

Examples of com.taobao.common.stable.command.SetParameter


                    if (para != null && para.length == 2) {
                        String prefix = para[0];
                        String suffix = para[1];
                        String[] keyset = prefix.split("\\.");
                        if (keyset != null && keyset.length == 2) {
                            SetParameter sp = new SetParameter(keyset[0],keyset[1],Integer.parseInt(suffix));
                            setParameters.add(sp);
                        }
                    }
                }
            }
View Full Code Here

TOP

Related Classes of com.taobao.common.stable.command.SetParameter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.