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.
12 lines
317 B
12 lines
317 B
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(); |
|
}
|
|
|