站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

ScmEntry (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.scm
Interface ScmEntry

All Known Implementing Classes:
DefaultScmEntry

public interface ScmEntry


Field Summary
static int DIRECTORY
           
static int FILE
           
 
Method Summary
 String getAuthor()
           
 Date getDate()
           
 String getName()
           
 String getPath()
           
 long getRevision()
           
 long getSize()
           
 boolean isDirectory()
           
 boolean isFile()
           
 

Field Detail

FILE

static final int FILE
See Also:
Constant Field Values

DIRECTORY

static final int DIRECTORY
See Also:
Constant Field Values
Method Detail

getAuthor

String getAuthor()

getDate

Date getDate()

getName

String getName()

getPath

String getPath()

getRevision

long getRevision()

getSize

long getSize()

isFile

boolean isFile()

isDirectory

boolean isDirectory()


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.