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 Z

C

c - Variable in class JLibDiff.Hunk3
 
Cache - interface org.sourcejammer.util.Cache.
Title: Description: Copyright: Copyright (c) 2001 Company:
CachedListLink - class org.sourcejammer.util.CachedListLink.
Represents a single item in a linked list.
CachedListLink(String) - Constructor for class org.sourcejammer.util.CachedListLink
 
CachedObject - interface org.sourcejammer.util.CachedObject.
Title: Description: Copyright: Copyright (c) 2001 Company:
cachedObjectFound() - Method in class org.sourcejammer.util.CachedObjectMasterList
Call this when a cached object is accessed to keep a running tab.
CachedObjectMasterList - class org.sourcejammer.util.CachedObjectMasterList.
Title: Description: Copyright: Copyright (c) 2001 Company:
CachedObjectMasterList() - Constructor for class org.sourcejammer.util.CachedObjectMasterList
 
CachedObjectMasterList(int) - Constructor for class org.sourcejammer.util.CachedObjectMasterList
 
cachedObjectRequested() - Method in class org.sourcejammer.util.CachedObjectMasterList
Call this when a new cached object is created to keep a running tab.
CacheException - exception org.sourcejammer.util.CacheException.
Thrown if there is an exception reading from or writing to a cache.
CacheException() - Constructor for class org.sourcejammer.util.CacheException
 
CacheException(String) - Constructor for class org.sourcejammer.util.CacheException
 
CacheException(String, Exception) - Constructor for class org.sourcejammer.util.CacheException
 
canZip(String) - Static method in class org.sourcejammer.util.ZipUtil
Checks passed-in file name against list of extensions not to zip.
CARRIAGE_RETURN - Static variable in class org.sourcejammer.util.AppConfig.EndOfLineType
 
CARRIAGE_RETURN - Static variable in class org.sourcejammer.util.AppConfig.EndOfLines
 
CARRIAGE_RETURN_LINE_FEED - Static variable in class org.sourcejammer.util.AppConfig.EndOfLineType
 
CARRIAGE_RETURN_LINE_FEED - Static variable in class org.sourcejammer.util.AppConfig.EndOfLines
 
CHANGE - Static variable in class JLibDiff.Hunk3Type
 
CHANGE - Static variable in class JLibDiff.DiffType
 
changedFlags - Variable in class JLibDiff.FileData
Array, indexed by real origin-1 line number, containing true for a line that is an insertion or a deletion.
changedFrom - Variable in class org.sourcejammer.project.view.NodeInfo
 
channelToOutputStream(ByteChannel, OutputStream) - Static method in class org.sourcejammer.util.FileUtil
 
CHECK_OUT_PATH - Static variable in interface org.sourcejammer.project.view.SJRequestParams
 
checkLinkSource(CachedListLink) - Method in class org.sourcejammer.util.CachedObjectMasterList
 
childCount() - Method in interface org.sourcejammer.project.Node
Returns count of number of child of this Node.
childCount() - Method in class org.sourcejammer.project.view.ViewNode
Returns count of number of child of this Node.
childCount() - Method in class org.sourcejammer.project.view.ViewLabel
Returns number of files that are part of this label.
childCount() - Method in class org.sourcejammer.project.view.Project
 
childCount() - Method in class org.sourcejammer.project.view.NodeInfo
 
childCount() - Method in class org.sourcejammer.project.view.Branch
 
childList() - Method in class org.sourcejammer.project.view.Project
 
childNodes() - Method in class org.sourcejammer.project.view.Project
 
children - Variable in class org.sourcejammer.project.view.Branch
 
childrenLightweight - Variable in class org.sourcejammer.project.view.Project
 
clear() - Method in class JLibDiff.FileData
Allocate changed array for the results of comparison.
clearAllTempFiles() - Static method in class org.sourcejammer.util.TempDirectoryManager
Remove all files in temp directory other than namer.
clone() - Method in class org.sourcejammer.project.view.NodeInfo
 
cloneNodeInfo() - Method in class org.sourcejammer.project.view.NodeInfo
 
close() - Method in class org.sourcejammer.util.SendBytesOutputStream
 
CODE_ADD - Static variable in class JLibDiff.DiffType
 
CODE_CHANGE - Static variable in class JLibDiff.DiffType
 
CODE_DELETE - Static variable in class JLibDiff.DiffType
 
CODE_DIFF_1ST - Static variable in class JLibDiff.DiffType
 
CODE_DIFF_2ND - Static variable in class JLibDiff.DiffType
 
CODE_DIFF_3RD - Static variable in class JLibDiff.DiffType
 
CODE_DIFF_ALL - Static variable in class JLibDiff.DiffType
 
CODE_ERROR - Static variable in class JLibDiff.DiffType
 
code() - Method in class JLibDiff.DiffType
 
CommandLine - class org.sourcejammer.util.CommandLine.
Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
CommandLine() - Constructor for class org.sourcejammer.util.CommandLine
Create a CommandLine object getting input from default input stream
CommandLine(InputStream, PrintStream) - Constructor for class org.sourcejammer.util.CommandLine
Create a CommandLine object getting input from the passed in stream.
COMMENT - Static variable in interface org.sourcejammer.project.view.SJRequestParams
 
comp - Variable in class org.sourcejammer.util.FileDateFilter
 
compareseq(int, int, int, int) - Method in class JLibDiff.GnuDiffAlgorithm
 
compareTo(Object) - Method in class org.sourcejammer.project.view.NodeInfo
 
compareTo(Object) - Method in class org.sourcejammer.util.SJDate
 
CONF_FILE - Static variable in class org.sourcejammer.util.AppConfig
 
CONFIG_FILE_PATH - Static variable in class org.sourcejammer.util.AppConfig.ConfXMLNodes
 
ConfigurationException - exception org.sourcejammer.util.ConfigurationException.
Title: Source Jammer Description: Copyright: Copyright (c) 2001 Company:
ConfigurationException() - Constructor for class org.sourcejammer.util.ConfigurationException
 
ConfigurationException(String) - Constructor for class org.sourcejammer.util.ConfigurationException
 
ConfigurationException(String, Exception) - Constructor for class org.sourcejammer.util.ConfigurationException
 
CONTENT_TYPE - Static variable in class org.sourcejammer.util.SendBytesDataSource
 
continueVisit() - Method in interface JLibDiff.Hunk3Visitor
 
convert_ED() - Method in class JLibDiff.HunkDel
Returns a string representation of the current hunk with ED_script format .
convert_ED() - Method in class JLibDiff.HunkChange
Returns a string representation of the current hunk with ED_script format .
convert_ED() - Method in class JLibDiff.HunkAdd
Returns a string representation of the current hunk with ED_script format .
convert_ED() - Method in class JLibDiff.Hunk
Returns a string representation of the current hunk with ED_script format .
convert_RCS() - Method in class JLibDiff.HunkDel
Returns a string representation of the current hunk with RCS_script format .
convert_RCS() - Method in class JLibDiff.HunkChange
Returns a string representation of the current hunk with RCS_script format .
convert_RCS() - Method in class JLibDiff.HunkAdd
Returns a string representation of the current hunk with RCS_script format .
convert_RCS() - Method in class JLibDiff.Hunk
Returns a string representation of the current hunk with RCS_script format .
convert() - Method in class JLibDiff.HunkDel
Returns a string representation of the current hunk with normal format .
convert() - Method in class JLibDiff.HunkChange
Returns a string representation of the current hunk with normal format .
convert() - Method in class JLibDiff.HunkAdd
Returns a string representation of the current hunk with normal format .
convert() - Method in class JLibDiff.Hunk3
Returns a string representation of the current Hunk with normal format.
convert() - Method in class JLibDiff.Hunk
Returns a string representation of the current hunk with normal format .
copyDirectory(File, File) - Static method in class org.sourcejammer.util.FileUtil
Recursively copy a directory.
copyDirectory(File, File, boolean) - Static method in class org.sourcejammer.util.FileUtil
Recursively copy a directory.
copyDirectory(File, File, boolean, Spinner) - Static method in class org.sourcejammer.util.FileUtil
Recursively copy a directory.
copyDirectory(File, File, Spinner) - Static method in class org.sourcejammer.util.FileUtil
Recursively copy a directory.
copyFile(String, File, File) - Static method in class org.sourcejammer.util.FileUtil
Copy the specified file from sourceDir to targetDir.
copyFile(String, File, File, boolean) - Static method in class org.sourcejammer.util.FileUtil
Copy the specified file from sourceDir to targetDir.
cost - Variable in class JLibDiff.GnuDiffAlgorithm
 
Counter - class org.sourcejammer.util.Counter.
Returns an incrimenting unique id, starting at 1.
COUNTER_FILE_NAME - Static variable in class org.sourcejammer.util.TempDirectoryManager
 
Counter() - Constructor for class org.sourcejammer.util.Counter
 
CounterFactory - class org.sourcejammer.util.CounterFactory.
Title: $FileName: CounterFactory.java$
CounterFactory(File) - Constructor for class org.sourcejammer.util.CounterFactory
Constructs the CounterFactory from the specified file.

If the file is not found, this method attempts to create it.

If the file found is a Counter object, this method attempts to read the Counter object and convert it to a CounterFactory.
counterFile - Variable in class org.sourcejammer.util.CounterFactory
 
counters - Static variable in class org.sourcejammer.util.CounterFactory
A cache of counter objects.
CR - Static variable in class org.sourcejammer.util.AppConfig.EndOfLineChars
 
CURR_VERSION_SOURCE_ONLY - Static variable in class org.sourcejammer.util.AppConfig.FileHistoryStorageTypes
 

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 Z
Copyright © 2003 Soucejammer project.