C G L M O P S 
All Classes All Packages

C

closeTextFile(BufferedReader) - Method in class com.wnm3.gitignorezipper.GitIgnoreZipper
Close a buffered reader opened using openTextFile(String)
com.wnm3.gitignorezipper - package com.wnm3.gitignorezipper
 

G

GitIgnoreZipper - Class in com.wnm3.gitignorezipper
Utility to recusively examine .gitignore files to determine what is not being stored in github repositories (e.g., customer data, certificates) and create an input file that zip can use to capture these files.
GitIgnoreZipper() - Constructor for class com.wnm3.gitignorezipper.GitIgnoreZipper
 

L

listFiles(Path) - Method in class com.wnm3.gitignorezipper.GitIgnoreZipper
Construct and return a sorted list of files in a directory identified by the dir
listFiles(Path, String) - Method in class com.wnm3.gitignorezipper.GitIgnoreZipper
Construct and return a sorted list of files in a directory identified by the dir that have extensions matching the ext
listSubdirectories(Path) - Method in class com.wnm3.gitignorezipper.GitIgnoreZipper
Construct and return a sorted list of directories in a directory identified by the dir variable
loadTextFile(String) - Method in class com.wnm3.gitignorezipper.GitIgnoreZipper
Reads the lines of a text file into a list of strings and returns that list.

M

main(String[]) - Static method in class com.wnm3.gitignorezipper.GitIgnoreZipper
Entry point to run this utility.

O

openTextFile(String) - Method in class com.wnm3.gitignorezipper.GitIgnoreZipper
 

P

prompt(String) - Method in class com.wnm3.gitignorezipper.GitIgnoreZipper
Print the supplied prompt (if not null) and return the trimmed response
prompt(String, boolean) - Method in class com.wnm3.gitignorezipper.GitIgnoreZipper
Print the supplied prompt (if not null) and return the trimmed response according to the supplied trim control

S

saveTextFile(String, String) - Method in class com.wnm3.gitignorezipper.GitIgnoreZipper
Save the specified JSONObject in serialized form to the specified file or throw the appropriate exception.
C G L M O P S 
All Classes All Packages