forked from fanruan/demo-tabledata-redis
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
317 B
13 lines
317 B
7 years ago
|
package com.fr.plugin.db.redis.conf;
|
||
|
|
||
|
import com.fr.stable.FCloneable;
|
||
|
import com.fr.stable.file.RemoteXMLFileManagerProvider;
|
||
|
|
||
|
/**
|
||
|
* Created by richie on 2017/6/5.
|
||
|
*/
|
||
|
public interface ShellConfigManagerProvider extends RemoteXMLFileManagerProvider, java.io.Serializable, FCloneable {
|
||
|
|
||
|
String getShellText();
|
||
|
}
|