Overview
Package
Class
Tree
Deprecated
Index
Help
Buglet - buglet.sourceforge.org
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
A
AccessDate
- class org.buglet.date.
AccessDate
.
The class access date is used to wrap the gregorian callendar class in a way which allows access to the getTimeInMillis() method, which is a protected in gregorian callendar.
AccessDate()
- Constructor for class org.buglet.date.
AccessDate
Constructor, creates access date containing the current time.
AccessDate(int, int, int, int, int, int)
- Constructor for class org.buglet.date.
AccessDate
Constructor, calculates the time from the given year, month, day, hour, minute and second.
add(String, double)
- Method in class org.buglet.db.
SQLTable
adds an item to the parameters prepped to send to the db
add(String, FancyDateCore)
- Method in class org.buglet.db.
SQLTable
add(String, int)
- Method in class org.buglet.db.
SQLTable
add(String, long)
- Method in class org.buglet.db.
SQLTable
add(String, String)
- Method in class org.buglet.db.
SQLTable
adds an item to the parameters prepped to send to the db
addAttribute(String, String, String)
- Method in class org.buglet.xml.
DOMUtil
addBcc(String)
- Method in class org.buglet.mailout.
MessageBase
addCc(String)
- Method in class org.buglet.mailout.
MessageBase
addChild(Element, String, String)
- Method in class org.buglet.bugsystem.
BugCreate
addDateEnd(String, FancyDateCore)
- Method in class org.buglet.db.
SQLTable
addDateOnlyEnd(String, FancyDateCore)
- Method in class org.buglet.db.
SQLTable
addDateOnlyStart(String, FancyDateCore)
- Method in class org.buglet.db.
SQLTable
addDateStart(String, FancyDateCore)
- Method in class org.buglet.db.
SQLTable
addEmptyOrIsNull(String)
- Method in class org.buglet.db.
SQLTable
addEqualOrNull(String, String)
- Method in class org.buglet.db.
SQLTable
addField()
- Method in class org.buglet.bugsystem.
BugHttpEdit
addGreaterThan(String, long)
- Method in class org.buglet.db.
SQLTable
addGreaterThan(String, String)
- Method in class org.buglet.db.
SQLTable
addGreaterThanOrNull(String, double)
- Method in class org.buglet.db.
SQLTable
addGreaterThanOrNull(String, long)
- Method in class org.buglet.db.
SQLTable
addGreaterThanZeroOrNull(String, double)
- Method in class org.buglet.db.
SQLTable
addGreaterThanZeroOrNull(String, long)
- Method in class org.buglet.db.
SQLTable
addGroupBy(String)
- Method in class org.buglet.db.
SQLSelect
addIgnoreParam(String, long)
- Method in class org.buglet.db.
SQLTable
addIgnoreParam(String, String)
- Method in class org.buglet.db.
SQLTable
addInfo
- Static variable in class org.buglet.bugsystem.
BugHttpEdit
addIsIn(String, String)
- Method in class org.buglet.db.
SQLTable
addIsIn(String, String[])
- Method in class org.buglet.db.
SQLTable
addIsNotNull(String)
- Method in class org.buglet.db.
SQLTable
addIsNull(String)
- Method in class org.buglet.db.
SQLTable
addLessThan(String, double)
- Method in class org.buglet.db.
SQLTable
addLessThan(String, FancyDateCore)
- Method in class org.buglet.db.
SQLTable
addLessThan(String, long)
- Method in class org.buglet.db.
SQLTable
addLessThan(String, String)
- Method in class org.buglet.db.
SQLTable
addLessThanOrNull(String, double)
- Method in class org.buglet.db.
SQLTable
addLessThanOrNull(String, long)
- Method in class org.buglet.db.
SQLTable
addLessThanZeroOrNull(String, double)
- Method in class org.buglet.db.
SQLTable
addLessThanZeroOrNull(String, long)
- Method in class org.buglet.db.
SQLTable
addLike(String, String)
- Method in class org.buglet.db.
SQLTable
addLikeParam(String, String)
- Method in class org.buglet.db.
SQLTable
addLogin(String, String, String, String)
- Static method in class org.buglet.db.
DBSettings
addNode(String, Node)
- Method in class org.buglet.xml.
DOMUtil
addNode(String, String)
- Method in class org.buglet.xml.
DOMUtil
addNode(String, String, String)
- Method in class org.buglet.xml.
DOMUtil
addOrderBy(String)
- Method in class org.buglet.db.
SQLSelect
addParam(String, String)
- Static method in class org.buglet.bugsystem.
BugListUtil
addPart(String)
- Method in class org.buglet.mailout.
MessageBase
addPart(String, String, String)
- Method in class org.buglet.mailout.
MessageBase
addRecipient(String, Message.RecipientType)
- Method in class org.buglet.mailout.
MessageBase
address
- Variable in class org.buglet.mailout.
MessageBase.RecipBase
addReverseOrderBy(String)
- Method in class org.buglet.db.
SQLSelect
addText(String, String)
- Method in class org.buglet.xml.
DOMUtil
addTo(String)
- Method in class org.buglet.mailout.
MessageBase
addTo(String[])
- Method in class org.buglet.mailout.
MessageBase
addToPart(Part)
- Method in class org.buglet.mailout.
MessageBase.PartBase
addWhere(String, FancyDateCore)
- Method in class org.buglet.db.
SQLTable
addWhere(String, int)
- Method in class org.buglet.db.
SQLTable
addWhere(String, long)
- Method in class org.buglet.db.
SQLTable
addWhere(String, String)
- Method in class org.buglet.db.
SQLTable
add to the where clause
adminAddress
- Static variable in class org.buglet.mailout.
MailSettings
adminEmail
- Variable in class org.buglet.mailout.
AdminMail
email address to send admin info
AdminMail
- class org.buglet.mailout.
AdminMail
.
class to send admin email
AdminMail(String, String)
- Constructor for class org.buglet.mailout.
AdminMail
constructor without source email address
AdminMail(String, String, String)
- Constructor for class org.buglet.mailout.
AdminMail
constructor where source email address is provided
alterAttr
- Static variable in class org.buglet.bugsystem.
BugHttpEdit
alterAttr()
- Method in class org.buglet.bugsystem.
BugHttpEdit
alterValue
- Static variable in class org.buglet.bugsystem.
BugHttpEdit
alterValue()
- Method in class org.buglet.bugsystem.
BugHttpEdit
append(StringBuffer, String, String)
- Static method in class org.buglet.util.
FileUtil
Appends the StringBuffer to the given file in the given directory.
append(String, String, String)
- Static method in class org.buglet.util.
FileUtil
Appends the String to the given file in the given directory.
awaitingInput
- Variable in class org.buglet.bugsystem.
BugHttpEdit
awaitingInput()
- Method in class org.buglet.bugsystem.
BugHttpEdit
B
bcInstance
- Static variable in class org.buglet.bugsystem.
BugConfig
beginConnection()
- Method in class org.buglet.db.
ConnectionPool
create a new connection to the database.
blankString(String)
- Static method in class org.buglet.util.
StringUtil
This returns true if the String equals "" or is null.
blankString(String, String)
- Static method in class org.buglet.util.
StringUtil
This converts the String to the default val if it is blank (see next method)
bodyParts
- Variable in class org.buglet.mailout.
MessageBase
message body of email
booleanToCapString(boolean)
- Static method in class org.buglet.util.
StringUtil
returns a string representation of a boolean value as a string "TRUE" or "FALSE"
booleanToString(boolean)
- Static method in class org.buglet.util.
StringUtil
returns a string representation of a boolean values as a string "True" or "False"
booleanToYN(boolean)
- Static method in class org.buglet.util.
StringUtil
breakoutLabel(String)
- Method in class org.buglet.bugsystem.
BugCount
buf
- Variable in class org.buglet.util.
TextFormatter
This is the value to be formatted
bufferHandle
- Variable in class org.buglet.util.
FileUtil
Buffered reader used in internal non static methods.
Bug
- class org.buglet.bugsystem.
Bug
.
Bug(DOMUtil)
- Constructor for class org.buglet.bugsystem.
Bug
Bug(long)
- Constructor for class org.buglet.bugsystem.
Bug
Bug(String)
- Constructor for class org.buglet.bugsystem.
Bug
BugConfig
- class org.buglet.bugsystem.
BugConfig
.
BugCount
- class org.buglet.bugsystem.
BugCount
.
BugCount()
- Constructor for class org.buglet.bugsystem.
BugCount
BugCountHash
- Variable in class org.buglet.bugsystem.
BugCount
BugCreate
- class org.buglet.bugsystem.
BugCreate
.
BugCreate(HttpServletRequest)
- Constructor for class org.buglet.bugsystem.
BugCreate
BugDataValues
- class org.buglet.bugsystem.
BugDataValues
.
BugDataValues(String)
- Constructor for class org.buglet.bugsystem.
BugDataValues
bugDoc
- Variable in class org.buglet.bugsystem.
BugCreate
bugDoc
- Variable in class org.buglet.bugsystem.
Bug
BugEdit
- class org.buglet.bugsystem.
BugEdit
.
BugEdit(HttpServletRequest, Bug)
- Constructor for class org.buglet.bugsystem.
BugEdit
BugEnv
- class org.buglet.env.
BugEnv
.
BugEnv()
- Constructor for class org.buglet.env.
BugEnv
Creates new BugEnv
bugHeader(String, Hashtable, String)
- Method in class org.buglet.bugsystem.
Bug
bugHeader(String, HttpServletRequest)
- Method in class org.buglet.bugsystem.
BugCreate
BugHttpEdit
- class org.buglet.bugsystem.
BugHttpEdit
.
BugHttpEdit(HttpServletRequest, Bug)
- Constructor for class org.buglet.bugsystem.
BugHttpEdit
bugid
- Variable in class org.buglet.bugsystem.
BugNotifyThread
BugListUtil
- class org.buglet.bugsystem.
BugListUtil
.
BugListUtil(HttpServletRequest)
- Constructor for class org.buglet.bugsystem.
BugListUtil
BugMail
- class org.buglet.mailout.
BugMail
.
Automatically send mail to bug at 58k.com if there is something wrong
BugMail(String, String, String)
- Constructor for class org.buglet.mailout.
BugMail
BugMail(String, String, String, boolean)
- Constructor for class org.buglet.mailout.
BugMail
BugNotifyThread
- class org.buglet.bugsystem.
BugNotifyThread
.
BugNotifyThread(Bug, String)
- Constructor for class org.buglet.bugsystem.
BugNotifyThread
BugNotifyThread(long, String)
- Constructor for class org.buglet.bugsystem.
BugNotifyThread
bugPool
- Static variable in class org.buglet.db.
SQLTable
BugPool
- class org.buglet.bugdb.
BugPool
.
Database pool object
BugPool()
- Constructor for class org.buglet.bugdb.
BugPool
basic constructor method.
BugProjectHash
- Variable in class org.buglet.bugsystem.
BugCount
BugRef()
- Method in class org.buglet.bugsystem.
BugNotifyThread
bugRoot
- Variable in class org.buglet.bugsystem.
BugHttpEdit
BugSign()
- Method in class org.buglet.bugsystem.
BugNotifyThread
BugStamp
- class org.buglet.bugsystem.
BugStamp
.
BUGSTAMP_MULTI
- Static variable in class org.buglet.bugsystem.
BugStamp
BUGSTAMP_SINGLE
- Static variable in class org.buglet.bugsystem.
BugStamp
BugStatusCountHash
- Variable in class org.buglet.bugsystem.
BugCount
bugTarget
- Static variable in class org.buglet.mailout.
MailSettings
BugTitle()
- Method in class org.buglet.bugsystem.
BugNotifyThread
BugUserList
- class org.buglet.bugsystem.
BugUserList
.
BugUserList(HttpServletRequest)
- Constructor for class org.buglet.bugsystem.
BugUserList
BugUtil
- class org.buglet.bugsystem.
BugUtil
.
BugUtil()
- Constructor for class org.buglet.bugsystem.
BugUtil
Creates new BugUtil
build
- Variable in class org.buglet.bugsystem.
BugHttpEdit
C
checkNode(String)
- Method in class org.buglet.bugsystem.
BugEdit
checkNode(String)
- Method in class org.buglet.bugsystem.
BugHttpEdit
clearText(Node)
- Method in class org.buglet.xml.
DOMUtil
clearTextHelper(Node, Node)
- Static method in class org.buglet.xml.
DOMUtil
Prints the text contents of the specified node
clientSocket
- Variable in class org.buglet.bugsystem.
XMLBugServerThread
columnName
- Static variable in class org.buglet.bugsystem.
BugDataValues
columnnames
- Variable in class org.buglet.db.
SQLSelect
columnOrder
- Variable in class org.buglet.db.
SQLSelect
commafy(String)
- Static method in class org.buglet.util.
NumberUtil
commafy(String, String)
- Static method in class org.buglet.util.
NumberUtil
generate a string representation of a number and place commas in between.
commentSql
- Variable in class org.buglet.bugsystem.
BugListUtil
con
- Variable in class org.buglet.db.
ConHandle
sql database handle
ConHandle
- class org.buglet.db.
ConHandle
.
Connection handle to the database.
ConHandle(Connection, boolean)
- Constructor for class org.buglet.db.
ConHandle
constructor.
ConnectionPool
- class org.buglet.db.
ConnectionPool
.
ConnectionPool(String, int, String, String, String)
- Constructor for class org.buglet.db.
ConnectionPool
ConnectionPool(String, int, String, String, String, int)
- Constructor for class org.buglet.db.
ConnectionPool
create the database pool.
connectionsInUse()
- Method in class org.buglet.db.
ConnectionPool
returns a vector of Booleans that indicate whether the handle is in use *
connectString
- Variable in class org.buglet.db.
ConnectionPool
containsClosingXMLTag(String, String)
- Static method in class org.buglet.bugmail.
IncomingBugMail
Returns true if the
line
contains the closing XML tag
containsClosingXMLTag(String, String)
- Static method in class org.buglet.util.
StringUtil
Returns true if the
line
contains the closing XML tag
containsKey(String)
- Method in class org.buglet.util.
HashVector
Returns true if the HashVector contains the given key and false otherwise.
containsOpeningXMLTag(String)
- Static method in class org.buglet.util.
StringUtil
Returns true if the String contains the opening XML tag
convertMySQLDate(String)
- Static method in class org.buglet.date.
FancyDateCore
count
- Variable in class org.buglet.bugsystem.
BugListUtil
countColumns
- Variable in class org.buglet.db.
SQLSelect
countDBConnections()
- Method in class org.buglet.db.
ConnectionPool
Count the number of database connections.
createElement(String)
- Method in class org.buglet.xml.
DOMUtil
createElement(String, String)
- Method in class org.buglet.xml.
DOMUtil
createNode(Hashtable, DOMUtil)
- Method in class org.buglet.bugsystem.
BugStamp
D
databaseType
- Variable in class org.buglet.db.
ConnectionPool
dataValues
- Variable in class org.buglet.bugsystem.
BugDataValues
dateOnlyToText()
- Method in class org.buglet.date.
FancyDateCore
This return the FancyDate in text format [year-month-day].
DB_CONTACT
- Static variable in class org.buglet.db.
SQLTable
DB_JOB
- Static variable in class org.buglet.db.
SQLTable
DB_MYSQL
- Static variable in class org.buglet.db.
ConnectionPool
DB_SYBASE
- Static variable in class org.buglet.db.
ConnectionPool
DBLoginInfo
- class org.buglet.db.
DBLoginInfo
.
DBLoginInfo(String, String, String)
- Constructor for class org.buglet.db.
DBLoginInfo
dbname
- Variable in class org.buglet.db.
SQLTable
dbname
- Variable in class org.buglet.db.
DBLoginInfo
dbName
- Variable in class org.buglet.bugsystem.
StampElement
DBSettings
- class org.buglet.db.
DBSettings
.
DBSettings()
- Constructor for class org.buglet.db.
DBSettings
dbTable
- Variable in class org.buglet.bugsystem.
BugStamp
debug
- Static variable in class org.buglet.util.
TextFormatter
Indicates whether debugging info should be printed or not.
defaultStatus
- Static variable in class org.buglet.bugsystem.
BugConfig
distinctColumns
- Variable in class org.buglet.db.
SQLSelect
distinctResults
- Variable in class org.buglet.db.
SQLSelect
document
- Variable in class org.buglet.xml.
DOMUtil
DOMErrorHandler
- class org.buglet.xml.
DOMErrorHandler
.
DOMErrorHandler()
- Constructor for class org.buglet.xml.
DOMErrorHandler
Creates new XBeta
DOMParserWrapper
- class org.buglet.xml.
DOMParserWrapper
.
DOMParserWrapper()
- Constructor for class org.buglet.xml.
DOMParserWrapper
Creates new DOMParserWrapper
DOMUtil
- class org.buglet.xml.
DOMUtil
.
A sample DOM writer.
DOMUtil(Document)
- Constructor for class org.buglet.xml.
DOMUtil
DOMUtil(String)
- Constructor for class org.buglet.xml.
DOMUtil
dontTestTiming()
- Method in class org.buglet.db.
SQLSelect
E
editBug
- Variable in class org.buglet.bugsystem.
BugHttpEdit
elements()
- Method in class org.buglet.util.
HashVector
emailToUserName(String)
- Static method in class org.buglet.bugsystem.
BugUtil
end()
- Method in class org.buglet.bugmail.
IncomingBugMail
end()
- Method in class org.buglet.util.
XMLClient
endAllConnections()
- Method in class org.buglet.db.
ConnectionPool
end all connections - not implemented.
endConnection(Connection)
- Method in class org.buglet.db.
ConnectionPool
end the connection to the database.
env
- Static variable in class org.buglet.bugdb.
BugPool
database connection pool.
env
- Static variable in class org.buglet.bugsystem.
BugCreate
env
- Static variable in class org.buglet.bugsystem.
XMLBugServer
env
- Static variable in class org.buglet.bugsystem.
BugUtil
env
- Static variable in class org.buglet.bugsystem.
BugDataValues
env
- Static variable in class org.buglet.bugsystem.
BugListUtil
env
- Static variable in class org.buglet.bugsystem.
StampElement
env
- Static variable in class org.buglet.bugsystem.
BugHttpEdit
env
- Static variable in class org.buglet.bugsystem.
BugStamp
env
- Static variable in class org.buglet.bugsystem.
XMLBugServerThread
env
- Static variable in class org.buglet.bugsystem.
Bug
env
- Static variable in class org.buglet.bugsystem.
BugNotifyThread
env
- Static variable in class org.buglet.bugsystem.
BugCount
error
- Variable in class org.buglet.mailout.
AdminMail
error message
error(SAXParseException)
- Method in class org.buglet.xml.
DOMErrorHandler
escapeXML(String)
- Static method in class org.buglet.util.
StringUtil
F
FancyDateCore
- class org.buglet.date.
FancyDateCore
.
FancyDateCore()
- Constructor for class org.buglet.date.
FancyDateCore
FancyDateCore(long)
- Constructor for class org.buglet.date.
FancyDateCore
Creates a FancyDate using the long value and the given language.
fatalError(SAXParseException)
- Method in class org.buglet.xml.
DOMErrorHandler
fieldName
- Variable in class org.buglet.bugsystem.
BugHttpEdit
fieldValue
- Variable in class org.buglet.bugsystem.
BugHttpEdit
filename
- Variable in class org.buglet.mailout.
MessageBase.PartBase
FileUtil
- class org.buglet.util.
FileUtil
.
This class is a helper for the job class and is used to deal with the file I/O stuff for the comment, query, env vars, and events.
FileUtil()
- Constructor for class org.buglet.util.
FileUtil
firstElement()
- Method in class org.buglet.util.
HashVector
forDisplay(double, int)
- Static method in class org.buglet.util.
NumberUtil
Converts a double to a String, adds the given number of decimalPlaces.
forDisplay(float, int)
- Static method in class org.buglet.util.
NumberUtil
Converts a float to a String, adds the given number of decimalPlaces.
forDisplay(Float, int)
- Static method in class org.buglet.util.
NumberUtil
forDisplay(int, int)
- Static method in class org.buglet.util.
NumberUtil
Converts an int to a String, adds the given number of decimalPlaces.
forDisplay(long, int)
- Static method in class org.buglet.util.
NumberUtil
Converts a long to a String, adds the given number of decimalPlaces.
forDisplay(String, int)
- Static method in class org.buglet.util.
NumberUtil
Converts the valueString to a String padded with the given number of decimalPlaces.
foundOpeningTag
- Variable in class org.buglet.bugsystem.
XMLBugServerThread
fractionToDouble(String)
- Static method in class org.buglet.util.
NumString
Converts the String to a double.
free()
- Method in class org.buglet.db.
ConHandle
mark this connection as free.
freeHandle(Connection)
- Method in class org.buglet.bugdb.
BugPool
indicate done with connection.
freeHandle(Connection)
- Method in class org.buglet.db.
SQLTable
freeHandle(Connection)
- Method in class org.buglet.db.
ConnectionPool
Free a handle.
fromDB(Element, Hashtable)
- Method in class org.buglet.bugsystem.
StampElement
fromDB(long)
- Method in class org.buglet.bugsystem.
Bug
This is the bug reading section
fromDB(long, DOMUtil)
- Method in class org.buglet.bugsystem.
BugStamp
fromEmail
- Variable in class org.buglet.mailout.
MessageBase
email address to send info from
fromEmail
- Variable in class org.buglet.mailout.
AdminMail
email address to send info from
fullDateToText()
- Method in class org.buglet.date.
FancyDateCore
This return the full FancyDate in text format [year-mon-day hour:min:sec].
fullDescription
- Variable in class org.buglet.bugmail.
IncomingBugMail
G
get(int)
- Method in class org.buglet.util.
StringParser
get(String)
- Method in class org.buglet.util.
HashVector
Gets an element from the HashVector by name.
getAddPath()
- Method in class org.buglet.bugsystem.
BugHttpEdit
getAddress()
- Method in class org.buglet.mailout.
MessageBase.RecipBase
getAdminAddress()
- Static method in class org.buglet.mailout.
MailSettings
getArray()
- Method in class org.buglet.util.
StringParser
This method returns the parsed String in a String[] form
getAverage(String)
- Method in class org.buglet.db.
SQLSelect
getBug()
- Method in class org.buglet.bugsystem.
BugCreate
getBugTarget()
- Static method in class org.buglet.mailout.
MailSettings
getBuild()
- Method in class org.buglet.bugsystem.
BugHttpEdit
getCocoonDBSettings(String)
- Static method in class org.buglet.db.
DBSettings
getCommentSql()
- Method in class org.buglet.bugsystem.
BugListUtil
getCon()
- Method in class org.buglet.db.
ConHandle
get the connection handle.
getConnectStringPrefix()
- Method in class org.buglet.db.
ConnectionPool
getCount()
- Method in class org.buglet.util.
StringParser
This method returns the number of occurances of the delimeter
getCount(String)
- Method in class org.buglet.db.
SQLSelect
getCurrentConnections()
- Method in class org.buglet.bugdb.
BugPool
gets the number of current connections.
getDbDriver()
- Static method in class org.buglet.db.
DBSettings
getDbHost()
- Static method in class org.buglet.db.
DBSettings
getDbName(String)
- Static method in class org.buglet.db.
DBSettings
getDbPass(String)
- Static method in class org.buglet.db.
DBSettings
getDbPort()
- Static method in class org.buglet.db.
DBSettings
getDbPrefix()
- Static method in class org.buglet.db.
DBSettings
getDbType()
- Static method in class org.buglet.db.
DBSettings
getDbUrl(String)
- Static method in class org.buglet.db.
DBSettings
getDbUser(String)
- Static method in class org.buglet.db.
DBSettings
getDescInstance()
- Static method in class org.buglet.bugsystem.
BugStamp
getDouble()
- Method in class org.buglet.db.
SQLSelect
returns a vector of hash tables- one per row.
getDriver()
- Method in class org.buglet.db.
ConnectionPool
getEditText()
- Method in class org.buglet.bugsystem.
BugHttpEdit
getFirstRowHash()
- Method in class org.buglet.db.
SQLSelect
getFloat(String)
- Method in class org.buglet.db.
SQLSelect
getFreeHandle()
- Method in class org.buglet.db.
ConnectionPool
get a free handle.
getHandle()
- Method in class org.buglet.bugdb.
BugPool
get a free connection.
getHandle()
- Method in class org.buglet.db.
SQLTable
getHandlesInUse()
- Method in class org.buglet.bugdb.
BugPool
returns a vector of booleans indicating whether database handle is in use.
getHash()
- Method in class org.buglet.db.
SQLSelect
shorter name so that people can remember.
getHeader()
- Method in class org.buglet.bugsystem.
BugListUtil
getID()
- Method in class org.buglet.bugsystem.
Bug
getInputText()
- Method in class org.buglet.bugsystem.
BugHttpEdit
getInsertID()
- Method in class org.buglet.db.
SQLTable
returns the InsertID of the last insert
getInstance()
- Static method in class org.buglet.bugsystem.
BugConfig
getInstance(int)
- Static method in class org.buglet.bugsystem.
BugStamp
getInt(String)
- Method in class org.buglet.db.
SQLSelect
getIntList(String)
- Method in class org.buglet.db.
SQLSelect
return a vector containing Long objects
getIsDevServer()
- Static method in class org.buglet.mailout.
MailSettings
getLast()
- Method in class org.buglet.bugsystem.
BugListUtil
getLogInstance(String, String, String, String, boolean)
- Static method in class org.buglet.bugsystem.
BugStamp
getLong()
- Method in class org.buglet.db.
SQLSelect
getLong(String)
- Method in class org.buglet.db.
SQLSelect
getMaxConnections()
- Static method in class org.buglet.db.
DBSettings
getMilliTime()
- Method in class org.buglet.date.
AccessDate
The sole purpose of this class, allows access to the getTimeInMillis function in GregorianCallendar.
getMultiInstance(String, String, String)
- Static method in class org.buglet.bugsystem.
BugStamp
getMultiInstance(String, String, String, String)
- Static method in class org.buglet.bugsystem.
BugStamp
getName(int)
- Method in class org.buglet.util.
HashVector
Gets an object from the HashVector by position, Vector get(int i) wrapper.
getNav()
- Method in class org.buglet.bugsystem.
BugListUtil
getNode(Node, String[], int)
- Method in class org.buglet.xml.
DOMUtil
getNode(String)
- Method in class org.buglet.xml.
DOMUtil
getNodeAttribute(String, String)
- Method in class org.buglet.xml.
DOMUtil
getNodes(Node, String[], int)
- Method in class org.buglet.xml.
DOMUtil
getNodes(String)
- Method in class org.buglet.xml.
DOMUtil
getNodeText(String)
- Method in class org.buglet.xml.
DOMUtil
getOpeningXMLTag(String)
- Static method in class org.buglet.util.
StringUtil
If
line
contains the opening tag for an XML doc, this returns the opening tag, otherwise null is returned.
getOwner()
- Method in class org.buglet.bugsystem.
Bug
returns the owner of the bug - the person who posted the bug in the first place
getProjectStatusCount(String, String)
- Method in class org.buglet.bugsystem.
BugCount
getProjectStatusPriorityCount(String, String, String)
- Method in class org.buglet.bugsystem.
BugCount
getPSLink(String, String, String)
- Method in class org.buglet.bugsystem.
BugCount
getResultColumnNames()
- Method in class org.buglet.db.
SQLSelect
getSelect(String)
- Method in class org.buglet.bugsystem.
BugConfig
getShortDescription()
- Method in class org.buglet.bugsystem.
Bug
getShouldSendEmails()
- Static method in class org.buglet.mailout.
MailSettings
getSiteName()
- Static method in class org.buglet.mailout.
MailSettings
getSql()
- Method in class org.buglet.bugsystem.
BugListUtil
getStart(long)
- Method in class org.buglet.bugsystem.
BugListUtil
getStatus()
- Method in class org.buglet.bugsystem.
BugListUtil
getStatusCount(String)
- Method in class org.buglet.bugsystem.
BugCount
getStatusLink(String, String)
- Method in class org.buglet.bugsystem.
BugCount
getStatusPriorityCount(String, String)
- Method in class org.buglet.bugsystem.
BugCount
getString(String)
- Method in class org.buglet.db.
SQLSelect
getTime()
- Method in class org.buglet.db.
ConHandle
get the timestamp.
getTimeOut()
- Static method in class org.buglet.db.
DBSettings
getTitle()
- Method in class org.buglet.bugsystem.
BugListUtil
getTotal()
- Method in class org.buglet.db.
SQLSelect
if one of the columns being selected is "total" then you can get back the first row of "total"
getTraceInstance(String)
- Static method in class org.buglet.bugsystem.
BugStamp
getUser()
- Method in class org.buglet.bugsystem.
BugEdit
getUser()
- Method in class org.buglet.bugsystem.
BugHttpEdit
getUserList(String, String)
- Method in class org.buglet.bugsystem.
BugNotifyThread
getValue(String, String)
- Method in class org.buglet.bugsystem.
BugCount
getVectorOfHashes()
- Method in class org.buglet.db.
SQLSelect
returns a vector of hash tables- one per row.
getVectorOfVectors()
- Method in class org.buglet.db.
SQLSelect
getVerticalHashtable(String, String)
- Method in class org.buglet.db.
SQLSelect
getXML()
- Method in class org.buglet.bugsystem.
BugCount
getXMLTagValue(String, String)
- Static method in class org.buglet.bugmail.
IncomingBugMail
Returns the value contained between the opening and closing tags for
name
in the given String
getXMLTagValue(String, String)
- Static method in class org.buglet.util.
StringUtil
Returns the value contained between the opening and closing tags for
name
in the given String
groupColumns
- Variable in class org.buglet.db.
SQLSelect
H
handler
- Variable in class org.buglet.xml.
DOMParserWrapper
hash
- Variable in class org.buglet.util.
HashVector
This is the Hashtable which holds the elements for Hashtable styled lookup
HashVector
- class org.buglet.util.
HashVector
.
This class has properties of both Vectors and Hashtable.
HashVector()
- Constructor for class org.buglet.util.
HashVector
Constructor, initializes containers.
headerToDB(long)
- Method in class org.buglet.bugsystem.
Bug
hideListParams()
- Method in class org.buglet.bugsystem.
BugListUtil
htmlBlank(String)
- Static method in class org.buglet.util.
StringUtil
This returns
htmlEmpty(String)
- Method in class org.buglet.bugsystem.
BugCount
I
in
- Variable in class org.buglet.bugmail.
IncomingBugMail
in
- Variable in class org.buglet.bugsystem.
XMLBugServerThread
in
- Variable in class org.buglet.util.
XMLClient
IncomingBugMail
- class org.buglet.bugmail.
IncomingBugMail
.
IncomingBugMail()
- Constructor for class org.buglet.bugmail.
IncomingBugMail
indent(int)
- Static method in class org.buglet.util.
StringUtil
indent(String, int)
- Static method in class org.buglet.util.
StringUtil
Returns an indent string with the given
number
of indent characters
init()
- Method in class org.buglet.bugsystem.
BugEdit
init()
- Method in class org.buglet.db.
SQLSelect
init(String, int)
- Method in class org.buglet.bugmail.
IncomingBugMail
init(String, int)
- Method in class org.buglet.util.
XMLClient
initAll()
- Static method in class org.buglet.bugsystem.
BugConfig
initBugStamps()
- Method in class org.buglet.bugsystem.
Bug
initDate()
- Method in class org.buglet.date.
FancyDateCore
This initialises the FancyDate's date value to the current system time.
initDate(long)
- Method in class org.buglet.date.
FancyDateCore
This initialized the date value of the FancyDate to the given long millisecond time.
initDefaults()
- Static method in class org.buglet.db.
DBSettings
Creates new DBSettings
initEdit()
- Method in class org.buglet.bugsystem.
BugHttpEdit
initPrio()
- Static method in class org.buglet.bugsystem.
BugConfig
initProj()
- Static method in class org.buglet.bugsystem.
BugConfig
initStat()
- Static method in class org.buglet.bugsystem.
BugConfig
INSTANCE_CATEGORIES
- Static variable in class org.buglet.bugsystem.
BugStamp
INSTANCE_COMMENTS
- Static variable in class org.buglet.bugsystem.
BugStamp
INSTANCE_DOCUMENTS
- Static variable in class org.buglet.bugsystem.
BugStamp
INSTANCE_FULLDESC
- Static variable in class org.buglet.bugsystem.
BugStamp
INSTANCE_KEYWORDS
- Static variable in class org.buglet.bugsystem.
BugStamp
INSTANCE_PRIORITY
- Static variable in class org.buglet.bugsystem.
BugStamp
INSTANCE_SQLTRACE
- Static variable in class org.buglet.bugsystem.
BugStamp
INSTANCE_STACKTRACE
- Static variable in class org.buglet.bugsystem.
BugStamp
INSTANCE_STATUS
- Static variable in class org.buglet.bugsystem.
BugStamp
INSTANCE_VERIFICATIONS
- Static variable in class org.buglet.bugsystem.
BugStamp
inUse
- Variable in class org.buglet.db.
ConHandle
indicate whether the connection handle is in use.
inUse()
- Method in class org.buglet.db.
ConHandle
method to determine if connection is in use.
isAddField()
- Method in class org.buglet.bugsystem.
BugHttpEdit
isAlterAttr()
- Method in class org.buglet.bugsystem.
BugHttpEdit
isAlterValue()
- Method in class org.buglet.bugsystem.
BugHttpEdit
isBlankString(String)
- Static method in class org.buglet.util.
StringUtil
isBug
- Variable in class org.buglet.db.
SQLTable
isClosed()
- Method in class org.buglet.db.
ConHandle
figure out if connection is closed.
isContact
- Variable in class org.buglet.db.
SQLTable
isDevServer
- Static variable in class org.buglet.mailout.
MailSettings
isLogField()
- Method in class org.buglet.bugsystem.
BugHttpEdit
isSuccess()
- Method in class org.buglet.db.
SQLTable
return the result of the last send - if there was no error then return true.
J
join(String, SQLSelect, String)
- Method in class org.buglet.db.
SQLSelect
joinColumns
- Variable in class org.buglet.db.
SQLSelect
joincount
- Variable in class org.buglet.db.
SQLSelect
joinTables
- Variable in class org.buglet.db.
SQLSelect
Table Aliases with pointer to other SQLSelect objects
K
keys()
- Method in class org.buglet.util.
HashVector
Returns an Enumeration containing the keys in the HashVector, wrapper for Hashtable.keys() call.
L
leftSide(String)
- Static method in class org.buglet.util.
NumberUtil
Returns the part of the String left of the decimal place.
limit
- Variable in class org.buglet.bugsystem.
BugListUtil
listXMLFromRequest(HttpServletRequest)
- Static method in class org.buglet.bugsystem.
BugListUtil
log
- Static variable in class org.buglet.bugdb.
BugPool
log
- Static variable in class org.buglet.bugsystem.
BugCreate
log
- Static variable in class org.buglet.bugsystem.
XMLBugServer
log
- Static variable in class org.buglet.bugsystem.
BugUtil
log
- Static variable in class org.buglet.bugsystem.
BugDataValues
log
- Static variable in class org.buglet.bugsystem.
BugListUtil
log
- Static variable in class org.buglet.bugsystem.
StampElement
log
- Static variable in class org.buglet.bugsystem.
BugHttpEdit
log
- Static variable in class org.buglet.bugsystem.
BugStamp
log
- Static variable in class org.buglet.bugsystem.
XMLBugServerThread
log
- Static variable in class org.buglet.bugsystem.
Bug
log
- Static variable in class org.buglet.bugsystem.
BugNotifyThread
log
- Static variable in class org.buglet.bugsystem.
BugCount
log
- Static variable in class org.buglet.date.
FancyDateCore
log
- Static variable in class org.buglet.db.
SQLTable
log
- Static variable in class org.buglet.db.
SQLSelect
log
- Static variable in class org.buglet.db.
DBSettings
log
- Static variable in class org.buglet.db.
ConnectionPool
log
- Static variable in class org.buglet.env.
BugEnv
log
- Static variable in class org.buglet.mailout.
MessageBase
log
- Static variable in class org.buglet.mailout.
AdminMail
log
- Static variable in class org.buglet.mailout.
BugMail
log
- Variable in class org.buglet.util.
TextFormatter
log
- Variable in class org.buglet.util.
XMLClient
log
- Static variable in class org.buglet.util.
StringParser
log
- Static variable in class org.buglet.util.
FileUtil
log
- Static variable in class org.buglet.util.
StringUtil
logBuild()
- Method in class org.buglet.bugsystem.
BugHttpEdit
logField()
- Method in class org.buglet.bugsystem.
BugHttpEdit
logField(String, String)
- Method in class org.buglet.bugsystem.
BugEdit
logInfo
- Static variable in class org.buglet.bugsystem.
BugHttpEdit
M
MailSettings
- class org.buglet.mailout.
MailSettings
.
MailSettings()
- Constructor for class org.buglet.mailout.
MailSettings
main(String[])
- Static method in class org.buglet.bugmail.
IncomingBugMail
main(String[])
- Static method in class org.buglet.bugsystem.
XMLBugServer
main(String[])
- Static method in class org.buglet.bugsystem.
BugUtil
main(String[])
- Static method in class org.buglet.bugsystem.
BugDataValues
main(String[])
- Static method in class org.buglet.bugsystem.
BugConfig
main(String[])
- Static method in class org.buglet.bugsystem.
Bug
main(String[])
- Static method in class org.buglet.db.
SQLSelect
main(String[])
- Static method in class org.buglet.mailout.
MessageBase
utility test function
main(String[])
- Static method in class org.buglet.mailout.
AdminMail
utility test function
main(String[])
- Static method in class org.buglet.util.
NumberUtil
main class used for testing the util
main(String[])
- Static method in class org.buglet.util.
TextFormatter
main method for testing
main(String[])
- Static method in class org.buglet.util.
HashVector
Main class for testing HashVector.
main(String[])
- Static method in class org.buglet.util.
XMLClient
main(String[])
- Static method in class org.buglet.util.
NumString
main method, converts the given string to the various number formats, and prints out the results.
main(String[])
- Static method in class org.buglet.util.
StringParser
main(String[])
- Static method in class org.buglet.xml.
DOMUtil
main(String[])
- Static method in class org.buglet.xml.
DOMParserWrapper
markedColumns
- Variable in class org.buglet.db.
SQLSelect
maxColumns
- Variable in class org.buglet.db.
SQLSelect
MessageBase
- class org.buglet.mailout.
MessageBase
.
class to send admin email
MessageBase.PartBase
- class org.buglet.mailout.
MessageBase.PartBase
.
MessageBase.PartBase(MessageBase, String, String)
- Constructor for class org.buglet.mailout.
MessageBase.PartBase
MessageBase.PartBase(MessageBase, String, String, String)
- Constructor for class org.buglet.mailout.
MessageBase.PartBase
MessageBase.RecipBase
- class org.buglet.mailout.
MessageBase.RecipBase
.
MessageBase.RecipBase(MessageBase, Message.RecipientType, String)
- Constructor for class org.buglet.mailout.
MessageBase.RecipBase
MessageBase(String, String)
- Constructor for class org.buglet.mailout.
MessageBase
constructor where source email address is provided
minColumns
- Variable in class org.buglet.db.
SQLSelect
minNotNegative(int, int)
- Static method in class org.buglet.util.
NumberUtil
Returns the non-negative minimum of two numbers min(-1,2) -> 2 min(3,4) -> 3
multiFromDB(long, DOMUtil)
- Method in class org.buglet.bugsystem.
BugStamp
multiToDB(long, DOMUtil)
- Method in class org.buglet.bugsystem.
BugStamp
munge(int, String)
- Method in class org.buglet.util.
TextFormatter
Returns the String as a string with newlines at least every width characters.
mySQLDriver
- Static variable in class org.buglet.db.
DBSettings
mySQLDriver
- Variable in class org.buglet.db.
ConnectionPool
mySQLPrefix
- Static variable in class org.buglet.db.
DBSettings
mySQLPrefix
- Variable in class org.buglet.db.
ConnectionPool
N
name
- Variable in class org.buglet.bugsystem.
StampElement
name
- Variable in class org.buglet.db.
SQLTable.whereParam
newValue
- Variable in class org.buglet.bugsystem.
BugHttpEdit
nodeExists(String)
- Method in class org.buglet.xml.
DOMUtil
nodeName
- Variable in class org.buglet.bugsystem.
BugStamp
nodeVal(Node)
- Static method in class org.buglet.xml.
DOMUtil
nodeVal(Node, StringBuffer)
- Static method in class org.buglet.xml.
DOMUtil
Prints the text contents of the specified node
normalize(String)
- Static method in class org.buglet.xml.
DOMUtil
Normalizes the given string.
notifyUser(String, String)
- Method in class org.buglet.bugsystem.
BugNotifyThread
num
- Variable in class org.buglet.util.
StringParser
int containing number of positions in the return array
number
- Variable in class org.buglet.db.
SQLSelect
NumberUtil
- class org.buglet.util.
NumberUtil
.
Converts the given number to a String, padding with extra decimals where required.
NumberUtil()
- Constructor for class org.buglet.util.
NumberUtil
NumString
- class org.buglet.util.
NumString
.
This is used for converting Strings containing numbers to various Java number formats.
NumString()
- Constructor for class org.buglet.util.
NumString
O
op
- Variable in class org.buglet.bugsystem.
BugNotifyThread
op
- Variable in class org.buglet.db.
SQLTable.whereParam
OP_DELETE
- Static variable in class org.buglet.db.
SQLTable
OP_INSERT
- Static variable in class org.buglet.db.
SQLTable
OP_STRAIGHT
- Static variable in class org.buglet.db.
SQLTable
OP_UPDATE
- Static variable in class org.buglet.db.
SQLTable
openingTag
- Variable in class org.buglet.bugsystem.
XMLBugServerThread
operation
- Variable in class org.buglet.db.
SQLTable
operationNames
- Static variable in class org.buglet.db.
SQLTable
order
- Variable in class org.buglet.bugsystem.
BugListUtil
orderColumns
- Variable in class org.buglet.db.
SQLSelect
org.buglet.bugdb
- package org.buglet.bugdb
org.buglet.bugmail
- package org.buglet.bugmail
org.buglet.bugsystem
- package org.buglet.bugsystem
org.buglet.date
- package org.buglet.date
org.buglet.db
- package org.buglet.db
org.buglet.env
- package org.buglet.env
org.buglet.mailout
- package org.buglet.mailout
org.buglet.util
- package org.buglet.util
org.buglet.xml
- package org.buglet.xml
organisation
- Static variable in class org.buglet.bugsystem.
BugConfig
orig
- Variable in class org.buglet.bugsystem.
BugEdit
out
- Variable in class org.buglet.bugmail.
IncomingBugMail
out
- Variable in class org.buglet.bugsystem.
XMLBugServerThread
out
- Variable in class org.buglet.util.
XMLClient
overridesql
- Variable in class org.buglet.db.
SQLTable
P
pad(String, int, String)
- Static method in class org.buglet.util.
StringUtil
This pads the
targetString
with
length
spaces in the
side
.
pad(String, String, int, String)
- Static method in class org.buglet.util.
StringUtil
This pads
targetString
to the given
length
on
side
using
padString
pageURI
- Variable in class org.buglet.bugsystem.
BugListUtil
parameters
- Variable in class org.buglet.db.
SQLTable
parameters for insert, update, e.g.
parse(InputSource)
- Method in class org.buglet.xml.
DOMParserWrapper
parse(String)
- Method in class org.buglet.xml.
DOMParserWrapper
parse(StringBuffer)
- Method in class org.buglet.xml.
DOMParserWrapper
parseContext(MimeMessage)
- Method in class org.buglet.bugmail.
IncomingBugMail
parseFail(String)
- Method in class org.buglet.bugsystem.
XMLBugServerThread
Return an error String
parseFail(String, String)
- Method in class org.buglet.bugsystem.
XMLBugServerThread
parsePart(String)
- Method in class org.buglet.bugmail.
IncomingBugMail
parser
- Variable in class org.buglet.xml.
DOMParserWrapper
pass
- Variable in class org.buglet.db.
DBLoginInfo
path
- Variable in class org.buglet.bugsystem.
BugStamp
postfix
- Variable in class org.buglet.db.
SQLSelect
prepColumns()
- Method in class org.buglet.db.
SQLSelect
generate the column list for the sql statement
prepColumns(String)
- Method in class org.buglet.db.
SQLSelect
prepSql()
- Method in class org.buglet.db.
SQLTable
internal function to create the appropriate "insert statement it processes the Hashtable "row"
prettyHtml()
- Method in class org.buglet.util.
TextFormatter
Converts the buffer to HTML, with lines 80 characters long.
prettyHtml(int)
- Method in class org.buglet.util.
TextFormatter
Retruns the formatted String using the given width.
prettyText(int)
- Method in class org.buglet.util.
TextFormatter
returns text based output
print()
- Method in class org.buglet.xml.
DOMUtil
print(Document)
- Static method in class org.buglet.xml.
DOMUtil
Prints the resulting document tree.
print(Node, StringBuffer)
- Static method in class org.buglet.xml.
DOMUtil
Prints the specified node, recursively.
priority
- Variable in class org.buglet.bugsystem.
BugListUtil
priority
- Static variable in class org.buglet.bugsystem.
BugConfig
processAttrs
- Variable in class org.buglet.bugsystem.
BugEdit
processBuild(DOMUtil)
- Static method in class org.buglet.bugsystem.
BugUtil
processBuild(String)
- Static method in class org.buglet.bugsystem.
BugUtil
processCookie(HttpServletRequest)
- Method in class org.buglet.bugsystem.
BugListUtil
processListXML(DOMUtil)
- Static method in class org.buglet.bugsystem.
BugListUtil
processMessage(DOMUtil)
- Method in class org.buglet.bugsystem.
XMLBugServerThread
processRequest(HttpServletRequest)
- Method in class org.buglet.bugsystem.
BugListUtil
processWhereParams(String, Vector)
- Method in class org.buglet.db.
SQLSelect
project
- Variable in class org.buglet.bugsystem.
BugListUtil
project
- Static variable in class org.buglet.bugsystem.
BugConfig
projects
- Variable in class org.buglet.bugsystem.
BugCount
protectdata(String)
- Static method in class org.buglet.bugmail.
IncomingBugMail
change < signs to <
put(String, Object)
- Method in class org.buglet.util.
HashVector
Add an object with the given key.
Q
queryCount
- Variable in class org.buglet.db.
SQLSelect
R
read(String)
- Static method in class org.buglet.util.
FileUtil
read(String, String)
- Static method in class org.buglet.util.
FileUtil
Reads the given file from the given directory and returns it as a String.
readline()
- Method in class org.buglet.util.
FileUtil
Reads one line from the file which should have been initialized using SetupRead.
recipients
- Variable in class org.buglet.mailout.
MessageBase
removeElement(Object)
- Method in class org.buglet.util.
HashVector
removeEOL(String)
- Static method in class org.buglet.util.
StringUtil
This removes EOL characters (\n or \r) from the given String
removeNonNumberChars(String)
- Static method in class org.buglet.util.
NumString
replace(String, String, String)
- Static method in class org.buglet.bugmail.
IncomingBugMail
replace(String, String, String)
- Static method in class org.buglet.util.
StringUtil
This replaces instance of
source
with
dest
in
origin
reportBug(String)
- Method in class org.buglet.db.
SQLSelect
resultToHashtable(ResultSet)
- Method in class org.buglet.db.
SQLSelect
resultToVector(ResultSet)
- Method in class org.buglet.db.
SQLSelect
returnVal
- Variable in class org.buglet.util.
StringParser
Array containing the return val in array form
rightSide(String)
- Static method in class org.buglet.util.
NumberUtil
Returns the part of the String right of the decimal place
roundedString(double)
- Static method in class org.buglet.util.
NumberUtil
run()
- Method in class org.buglet.bugsystem.
XMLBugServerThread
run()
- Method in class org.buglet.bugsystem.
BugNotifyThread
S
searchString
- Variable in class org.buglet.bugsystem.
BugListUtil
sectionName
- Variable in class org.buglet.bugsystem.
BugStamp
selectColumn(String)
- Method in class org.buglet.db.
SQLSelect
selectColumn(String, String)
- Method in class org.buglet.db.
SQLSelect
selectCountColumn(String)
- Method in class org.buglet.db.
SQLSelect
Add a count(*) from the table.
selectCountColumn(String, String)
- Method in class org.buglet.db.
SQLSelect
Add a count(*) from the table.
selectDistinctColumn(String)
- Method in class org.buglet.db.
SQLSelect
add a distinct column to your select e.g.
selectDistinctColumn(String, String)
- Method in class org.buglet.db.
SQLSelect
add a distinct column to your select e.g.
selectDistinctResults()
- Method in class org.buglet.db.
SQLSelect
selectMaxColumn(String)
- Method in class org.buglet.db.
SQLSelect
selectMaxColumn(String, String)
- Method in class org.buglet.db.
SQLSelect
Add a count(*) from the table.
selectMinColumn(String)
- Method in class org.buglet.db.
SQLSelect
selectMinColumn(String, String)
- Method in class org.buglet.db.
SQLSelect
selectSumColumn(String, String)
- Method in class org.buglet.db.
SQLSelect
send()
- Method in class org.buglet.db.
SQLTable
sends the current "row" Hashtable to the database clears the list otherwise.
send()
- Method in class org.buglet.mailout.
MessageBase
ship the email out
send()
- Method in class org.buglet.mailout.
AdminMail
ship the email out
send(String)
- Method in class org.buglet.bugmail.
IncomingBugMail
send(String)
- Method in class org.buglet.util.
XMLClient
serverSocket
- Variable in class org.buglet.bugsystem.
XMLBugServer
session
- Variable in class org.buglet.bugsystem.
BugNotifyThread
setAdminAddress(String)
- Static method in class org.buglet.mailout.
MailSettings
setAttribute(String, String, String)
- Method in class org.buglet.xml.
DOMUtil
setBugTarget(String)
- Static method in class org.buglet.mailout.
MailSettings
setCon(Connection)
- Method in class org.buglet.db.
ConHandle
set the connection handle
setDbHost(String)
- Static method in class org.buglet.db.
DBSettings
setDbPort(int)
- Static method in class org.buglet.db.
DBSettings
setDbType(int)
- Static method in class org.buglet.db.
DBSettings
setDbType(String)
- Static method in class org.buglet.db.
DBSettings
setDefaults()
- Method in class org.buglet.bugsystem.
BugListUtil
setFetchID()
- Method in class org.buglet.db.
SQLTable
set the flag to indicate that this insert will generate an auto_increment LAST_INSERT key.
setIsBug(boolean)
- Method in class org.buglet.db.
SQLTable
setIsContact(boolean)
- Method in class org.buglet.db.
SQLTable
setIsDevServer(boolean)
- Static method in class org.buglet.mailout.
MailSettings
setMaxConnections(int)
- Static method in class org.buglet.db.
DBSettings
setMilliTime(long)
- Method in class org.buglet.date.
AccessDate
setOpDelete()
- Method in class org.buglet.db.
SQLTable
setOpStraight()
- Method in class org.buglet.db.
SQLTable
setOpUpdate()
- Method in class org.buglet.db.
SQLTable
setOverRideSql(String)
- Method in class org.buglet.db.
SQLTable
setPostfix(String)
- Method in class org.buglet.db.
SQLSelect
setRange(long, long)
- Method in class org.buglet.db.
SQLSelect
setRange(String, String)
- Method in class org.buglet.db.
SQLSelect
setShouldSendEmails(boolean)
- Static method in class org.buglet.mailout.
MailSettings
setSingleSend(boolean)
- Method in class org.buglet.mailout.
MessageBase
setSiteName(String)
- Static method in class org.buglet.mailout.
MailSettings
setText(String, String)
- Method in class org.buglet.xml.
DOMUtil
setTimeOut(long)
- Static method in class org.buglet.db.
DBSettings
settings
- Static variable in class org.buglet.mailout.
BugMail
SetupRead(String, String)
- Method in class org.buglet.util.
FileUtil
Initialize a read on a file, opend the file, leaves the bufferHandle initialized for reading the file.
shortDescription
- Variable in class org.buglet.bugmail.
IncomingBugMail
shouldSendEmails
- Static variable in class org.buglet.mailout.
MailSettings
showLong
- Variable in class org.buglet.bugsystem.
BugListUtil
showTimingInfo
- Variable in class org.buglet.db.
SQLSelect
showTimingInfo()
- Method in class org.buglet.db.
SQLSelect
singleFromDB(long, DOMUtil)
- Method in class org.buglet.bugsystem.
BugStamp
singleSend
- Variable in class org.buglet.mailout.
MessageBase
singleToDB(long, DOMUtil)
- Method in class org.buglet.bugsystem.
BugStamp
siteName
- Static variable in class org.buglet.mailout.
MailSettings
size()
- Method in class org.buglet.util.
HashVector
Returns the number of elements in the HashVector.
sortAttributes(NamedNodeMap)
- Static method in class org.buglet.xml.
DOMUtil
Returns a sorted list of attributes.
sql
- Variable in class org.buglet.bugsystem.
BugListUtil
sqlErrorCache
- Static variable in class org.buglet.db.
SQLSelect
sqlEscape(String)
- Method in class org.buglet.db.
SQLTable
private escape codes to protect sql.
SQLSelect
- class org.buglet.db.
SQLSelect
.
This class designed to allow the user to easily insert a row into a table in mysql.
SQLSelect(String)
- Constructor for class org.buglet.db.
SQLSelect
sole constructor
SQLSelect(String, String)
- Constructor for class org.buglet.db.
SQLSelect
database specific constructor
SQLTable
- class org.buglet.db.
SQLTable
.
This class designed to allow the user to easily insert a row into a table in mysql.
SQLTable.whereParam
- class org.buglet.db.
SQLTable.whereParam
.
SQLTable.whereParam(SQLTable, String, String, int)
- Constructor for class org.buglet.db.
SQLTable.whereParam
SQLTable(String)
- Constructor for class org.buglet.db.
SQLTable
SQLTable(String, String)
- Constructor for class org.buglet.db.
SQLTable
sole constructor
sqlTrace
- Variable in class org.buglet.bugmail.
IncomingBugMail
stackTrace
- Variable in class org.buglet.bugmail.
IncomingBugMail
STAMP_ATTR
- Static variable in class org.buglet.bugsystem.
StampElement
STAMP_VALUE
- Static variable in class org.buglet.bugsystem.
StampElement
StampElement
- class org.buglet.bugsystem.
StampElement
.
StampElement(String)
- Constructor for class org.buglet.bugsystem.
StampElement
StampElement(String, String)
- Constructor for class org.buglet.bugsystem.
StampElement
stampElements
- Variable in class org.buglet.bugsystem.
BugStamp
stamps
- Variable in class org.buglet.bugsystem.
Bug
start
- Variable in class org.buglet.bugsystem.
BugListUtil
start
- Variable in class org.buglet.db.
SQLSelect
status
- Variable in class org.buglet.bugsystem.
BugListUtil
status
- Static variable in class org.buglet.bugsystem.
BugConfig
StringParser
- class org.buglet.util.
StringParser
.
This class takes in two strings and seperates the first string on instances of the second one.
StringParser(String, String)
- Constructor for class org.buglet.util.
StringParser
Constructor, parses the
target
String into the array using
delim
as a delimeter.
stringToBoolean(String)
- Static method in class org.buglet.util.
StringUtil
StringUtil
- class org.buglet.util.
StringUtil
.
Container for various static methods used to manipulate Strings.
StringUtil()
- Constructor for class org.buglet.util.
StringUtil
success
- Variable in class org.buglet.db.
SQLTable
sumColumns
- Variable in class org.buglet.db.
SQLSelect
sybaseDriver
- Static variable in class org.buglet.db.
DBSettings
sybaseDriver
- Variable in class org.buglet.db.
ConnectionPool
sybasePrefix
- Static variable in class org.buglet.db.
DBSettings
sybasePrefix
- Variable in class org.buglet.db.
ConnectionPool
T
tablename
- Variable in class org.buglet.db.
SQLTable
tableName
- Static variable in class org.buglet.bugsystem.
BugDataValues
testme()
- Static method in class org.buglet.db.
SQLSelect
testTiming
- Variable in class org.buglet.db.
SQLSelect
text
- Variable in class org.buglet.mailout.
MessageBase.PartBase
TextFormatter
- class org.buglet.util.
TextFormatter
.
This class is used for formatting text for HTML use, limiting to some number of characters.
TextFormatter(String)
- Constructor for class org.buglet.util.
TextFormatter
Constructor, sets the buffer to the value
theBug
- Variable in class org.buglet.bugsystem.
BugNotifyThread
theDate
- Variable in class org.buglet.date.
FancyDateCore
This is the AccessDate which contains the actual date information
threadCount
- Static variable in class org.buglet.bugsystem.
XMLBugServer
threadID
- Variable in class org.buglet.bugsystem.
XMLBugServerThread
timeEnd
- Variable in class org.buglet.db.
SQLSelect
timing test variable
timestamp
- Variable in class org.buglet.mailout.
AdminMail
timeStamp
- Variable in class org.buglet.db.
ConHandle
timestamp to indicate when the connection was opened.
timeStart
- Variable in class org.buglet.db.
SQLSelect
timing test variable
timingOut()
- Method in class org.buglet.db.
SQLSelect
Output the timing information.
title
- Variable in class org.buglet.bugsystem.
BugListUtil
title
- Variable in class org.buglet.mailout.
MessageBase
title on email
title
- Variable in class org.buglet.mailout.
AdminMail
title on email
toBoolean(String)
- Static method in class org.buglet.util.
StringUtil
toDB()
- Method in class org.buglet.bugsystem.
Bug
This is the bug writing section
toDB(Element, SQLTable)
- Method in class org.buglet.bugsystem.
StampElement
toDB(long, DOMUtil)
- Method in class org.buglet.bugsystem.
BugStamp
todouble(Object)
- Static method in class org.buglet.util.
NumString
todouble(String)
- Static method in class org.buglet.util.
NumString
Converts the String to a double, returning -1 on exception in conversion.
todouble(String, double)
- Static method in class org.buglet.util.
NumString
Converts the String to a double, returning the defaultval on exception in conversion.
toErrorLog()
- Method in class org.buglet.bugsystem.
BugDataValues
tofloat(String)
- Static method in class org.buglet.util.
NumString
Converts the String to a float, returning -1 on exception in conversion.
tofloat(String, float)
- Static method in class org.buglet.util.
NumString
Converts the String to a float, returning the defaulval on exception in conversion.
toHtml()
- Method in class org.buglet.bugsystem.
BugCount
toint(String)
- Static method in class org.buglet.util.
NumString
Converts the String to an int, returning -1 on exception in conversion.
toint(String, int)
- Static method in class org.buglet.util.
NumString
Converts the String to an int, returning the defaultval on exception in conversion.
tolong(String)
- Static method in class org.buglet.util.
NumString
Converts the String to a long, returning -1 on exception in conversion.
tolong(String, long)
- Static method in class org.buglet.util.
NumString
Converts the String to a long, returning the defaulval on exception in conversion.
toOptions()
- Method in class org.buglet.bugsystem.
BugDataValues
toString()
- Method in class org.buglet.db.
SQLTable
toString()
- Method in class org.buglet.db.
SQLSelect
toXML()
- Method in class org.buglet.bugsystem.
Bug
toXML()
- Method in class org.buglet.bugsystem.
BugUserList
toXMLData()
- Method in class org.buglet.bugsystem.
BugDataValues
toXMLData()
- Static method in class org.buglet.bugsystem.
BugConfig
transport
- Variable in class org.buglet.bugsystem.
BugNotifyThread
transport mechanism for smtp
trueFalseToYN(boolean)
- Static method in class org.buglet.util.
StringUtil
returns a string representation of a boolean value as "Y" or "N"
trueFalseToYN(String)
- Static method in class org.buglet.util.
StringUtil
This returns Y if the
val
equals
trunctuate(String, int)
- Static method in class org.buglet.util.
NumberUtil
Returns the String, trunctuated to the given number of decimal places.
type
- Variable in class org.buglet.bugsystem.
BugDataValues
type
- Variable in class org.buglet.bugsystem.
StampElement
type
- Variable in class org.buglet.bugsystem.
BugStamp
type
- Variable in class org.buglet.mailout.
MessageBase.PartBase
type
- Variable in class org.buglet.mailout.
MessageBase.RecipBase
U
used()
- Method in class org.buglet.db.
ConHandle
mark this connection as used.
user
- Variable in class org.buglet.db.
DBLoginInfo
userDoc
- Variable in class org.buglet.bugsystem.
BugUserList
userName
- Variable in class org.buglet.bugsystem.
BugCreate
userName
- Variable in class org.buglet.bugsystem.
BugEdit
userName
- Variable in class org.buglet.bugsystem.
BugHttpEdit
V
value
- Variable in class org.buglet.bugsystem.
BugNotifyThread
value
- Variable in class org.buglet.db.
SQLTable.whereParam
vec
- Variable in class org.buglet.util.
HashVector
This is the Vector used to hold the elements for Vector ordered retrieval.
W
warning(SAXParseException)
- Method in class org.buglet.xml.
DOMErrorHandler
WHEREOP_DATEEND
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_DATESTART
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_EMPTYORNULL
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_EQUALORNULL
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_EQUALS
- Static variable in class org.buglet.db.
SQLTable
Various where clause operations that can be performed
WHEREOP_GREATERTHAN
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_GREATERTHANORNULL
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_GREATERTHANZEROORNULL
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_ISIN
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_ISNOTNULL
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_ISNULL
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_LESSTHAN
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_LESSTHANORNULL
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_LESSTHANZEROORNULL
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_LIKE
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_NOTEQUALS
- Static variable in class org.buglet.db.
SQLTable
WHEREOP_VALUE
- Static variable in class org.buglet.db.
SQLTable
whereParams
- Variable in class org.buglet.db.
SQLTable
wherePartClause(SQLTable.whereParam, String, String)
- Method in class org.buglet.db.
SQLTable
wrap(String)
- Static method in class org.buglet.util.
TextFormatter
wrapped(int)
- Method in class org.buglet.util.
TextFormatter
write(StringBuffer, String, String)
- Static method in class org.buglet.util.
FileUtil
Writes the StringBuffer to a new file, overwriting the file if it exists.
write(String, String, String)
- Static method in class org.buglet.util.
FileUtil
Writes the String to a new file, overwriting the file if it exists.
X
XMLBugServer
- class org.buglet.bugsystem.
XMLBugServer
.
XMLBugServer(int, String)
- Constructor for class org.buglet.bugsystem.
XMLBugServer
XMLBugServerThread
- class org.buglet.bugsystem.
XMLBugServerThread
.
XMLBugServerThread(Socket, String, String)
- Constructor for class org.buglet.bugsystem.
XMLBugServerThread
XMLClient
- class org.buglet.util.
XMLClient
.
XMLClient(String, int)
- Constructor for class org.buglet.util.
XMLClient
xmlProtocol
- Variable in class org.buglet.bugsystem.
XMLBugServerThread
xmlSocket
- Variable in class org.buglet.bugmail.
IncomingBugMail
xmlSocket
- Variable in class org.buglet.util.
XMLClient
Y
YNToBoolean(String)
- Static method in class org.buglet.util.
StringUtil
This returns true if the input String equals
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Overview
Package
Class
Tree
Deprecated
Index
Help
Buglet - buglet.sourceforge.org
PREV NEXT
FRAMES
NO FRAMES
Copyright © 2001 58k.com Inc. All Rights Reserved