A B C D E G I L M N O P R S U Z
A
- addEntry(SVNClientManager, File) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
Puts directories and files under version control
- authSvn(String, String, String) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
验证登录svn
B
- buildEncoder(String) - 类 中的静态方法net.wicp.tams.common.others.LogBackUtil
-
- buildRollingPolicy(String, int) - 类 中的静态方法net.wicp.tams.common.others.LogBackUtil
-
C
- checkout(SVNClientManager, String, SVNRevision, File, SVNDepth) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
recursively checks out a working copy from url into wcDir
- checkVersiondDirectory(SVNClientManager, File) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
- commit(SVNClientManager, File, boolean, String) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
Commit work copy's change to svn
- connection(String, int, String, String, boolean) - 类 中的方法net.wicp.tams.common.others.Ssh2Util
-
连接服务器
- connection(String, String, String) - 类 中的方法net.wicp.tams.common.others.Ssh2Util
-
默认端口连接
- connection(String) - 类 中的方法net.wicp.tams.common.others.Ssh2Util
-
从map中拿到连接,适合已做连接的情况
- createMultilevelNode(String) - 类 中的方法net.wicp.tams.common.others.ZkClient
-
创建多路径节点
- createNode(String, String) - 类 中的方法net.wicp.tams.common.others.ZkClient
-
- createOrUpdateNode(String, String) - 类 中的方法net.wicp.tams.common.others.ZkClient
-
- createOrUpdateNodeForJson(String, T) - 类 中的方法net.wicp.tams.common.others.ZkClient
-
D
- deleteNode(String) - 类 中的方法net.wicp.tams.common.others.ZkClient
-
- doSwitch(SVNClientManager, File, String) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
E
- exists(String) - 类 中的方法net.wicp.tams.common.others.ZkClient
-
G
- getChildren(String) - 类 中的方法net.wicp.tams.common.others.ZkClient
-
- getConnection() - 类 中的静态方法net.wicp.tams.common.others.RedisClient
-
通过配置得到 Jedis
- getCurator() - 类 中的方法net.wicp.tams.common.others.ZkClient
-
- getDateObj(String, Class<T>) - 类 中的方法net.wicp.tams.common.others.ZkClient
-
从zk上得到java对象
- getEnumMap(Jedis, String, Class) - 类 中的静态方法net.wicp.tams.common.others.RedisClient
-
得到枚举类的缓存对象
- getInst() - 类 中的静态方法net.wicp.tams.common.others.ZkClient
-
- getInstance() - 类 中的静态方法net.wicp.tams.common.others.Ssh2Util
-
- getInstance() - 类 中的静态方法net.wicp.tams.common.others.SVNUtil
-
- getMapByField(Jedis, String, String...) - 类 中的静态方法net.wicp.tams.common.others.RedisClient
-
取指定列的值
- getObjByJsonValue(Class, Jedis, String) - 类 中的静态方法net.wicp.tams.common.others.RedisClient
-
Redis上的值为Json,取对象的值
- getObjByMapValue(Class, Jedis, String, String...) - 类 中的静态方法net.wicp.tams.common.others.RedisClient
-
Redis上的值为Map,取对象的值,没有指定字段就取全部
- getRoot() - 类 中的静态方法net.wicp.tams.common.others.LogBackUtil
-
得到根logger
- getsession(Connection) - 类 中的方法net.wicp.tams.common.others.Ssh2Util
-
- getZkData(String) - 类 中的方法net.wicp.tams.common.others.ZkClient
-
得到json数据
- getZkDataStr(String) - 类 中的方法net.wicp.tams.common.others.ZkClient
-
I
- importDirectory(SVNClientManager, File, SVNURL, String, boolean) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
Imports an unversioned directory into a repository location denoted by a
destination URL
- isIgnorefiles(File) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
判断文件是否该忽略
- isURLExist(SVNClientManager, String) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
确定一个URL在SVN上是否存在
- isWorkingCopy(File) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
确定path是否是一个工作空间
L
- LogBackUtil - net.wicp.tams.common.others中的类
-
- LogBackUtil() - 类 的构造器net.wicp.tams.common.others.LogBackUtil
-
- logDebugTime(Logger, String, long) - 类 中的静态方法net.wicp.tams.common.others.LogBackUtil
-
- logDebugTime(String, long) - 类 中的静态方法net.wicp.tams.common.others.LogBackUtil
-
M
- makeDirectory(SVNClientManager, SVNURL, String) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
Make directory in svn repository
- merge(SVNClientManager, File, String, boolean) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
合并分支
N
- net.wicp.tams.common.others - 程序包 net.wicp.tams.common.others
-
- newFileAppender(String, PatternLayoutEncoder, TimeBasedRollingPolicy<ILoggingEvent>) - 类 中的静态方法net.wicp.tams.common.others.LogBackUtil
-
- newFileAppender(String, String, String, int) - 类 中的静态方法net.wicp.tams.common.others.LogBackUtil
-
创建文件appender
O
- overWrite(SVNClientManager, File, String) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
把当前目录的文件强制更新到其它分支
P
- putEnumMap(Jedis, String, Map<T, String>) - 类 中的静态方法net.wicp.tams.common.others.RedisClient
-
枚举类型的map放到缓存
- putObjByJson(Jedis, T, String, Integer) - 类 中的静态方法net.wicp.tams.common.others.RedisClient
-
把对象做为Json存放到Redis
- putObjByJson(Jedis, T, String) - 类 中的静态方法net.wicp.tams.common.others.RedisClient
-
把对象做为Json存放到Redis
- putObjByMap(Jedis, String, T, Integer) - 类 中的静态方法net.wicp.tams.common.others.RedisClient
-
把对象做为Map存放到Redis
- putObjByMap(Jedis, String, T) - 类 中的静态方法net.wicp.tams.common.others.RedisClient
-
把对象做为Map存放到Redis,没有超时时间,永久性放入
R
- RedisClient - net.wicp.tams.common.others中的类
-
- RedisClient() - 类 的构造器net.wicp.tams.common.others.RedisClient
-
- returnResource(Jedis) - 类 中的静态方法net.wicp.tams.common.others.RedisClient
-
释放资源
S
- showStatus(SVNClientManager, File, boolean) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
Collects status information on a single Working Copy item
- Ssh2Util - net.wicp.tams.common.others中的类
-
ssh2的连接
- SVNUtil - net.wicp.tams.common.others中的类
-
U
- update(SVNClientManager, File, SVNRevision, SVNDepth) - 类 中的方法net.wicp.tams.common.others.SVNUtil
-
Updates a working copy (brings changes from the repository into the
working copy).
- updateNode(String, String) - 类 中的方法net.wicp.tams.common.others.ZkClient
-
Z
- ZkClient - net.wicp.tams.common.others中的类
-
A B C D E G I L M N O P R S U Z
Copyright © 2017. All rights reserved.