Commit graph

19 commits

Author SHA1 Message Date
Vincent Batts
bcf6b61125 adding the byteProcess() function 2012-10-05 08:50:23 -04:00
Vincent Batts
6741e96c81 adding methods:
getStringNodeList()
    getPathNodeNodeList()
    makeTrie()
    findSmallest()
    mergeNodes()
    hydrateContentPackage()
    populatePathNodes()
    findHuffNodeValueByBits()
    makeURLs()
2012-10-04 16:59:42 -04:00
Vincent Batts
84a6b24305 adding more methods 2012-10-04 16:30:05 -04:00
Vincent Batts
e8a1616eb4 more java-ish 2012-10-04 16:17:54 -04:00
Vincent Batts
20648a5dd3 getting the PathNode context wired together 2012-10-04 16:16:30 -04:00
Vincent Batts
1bb7b1083b it now prints the pathnode tree, from a file arg 2012-10-04 15:52:35 -04:00
Vincent Batts
68ade68d4e now it reads a file, to have a List<String> from a file. 2012-10-04 15:43:26 -04:00
Vincent Batts
02eb42c4aa pretty printing, and start to read in a file of contents sets, to print
the tree
2012-10-04 15:32:12 -04:00
Vincent Batts
50c5215717 playing with javadoc options 2012-10-04 15:15:19 -04:00
Vincent Batts
a8dbc26260 target to generate javadoc 2012-10-04 15:01:15 -04:00
Vincent Batts
5a202c097e starting the trie utility that can contruct trie from paths 2012-10-04 14:35:31 -04:00
Vincent Batts
9520047496 commit 595f08259cfd44f1a6faf1a169735f6f452904ce
Refs: candlepin-0.7.10-1-1-g595f082
Author:     James Bowes <jbowes@redhat.com>
AuthorDate: Wed Sep 19 17:22:36 2012 -0300
Commit:     James Bowes <jbowes@redhat.com>
CommitDate: Wed Sep 19 17:22:36 2012 -0300

    certv3: sort path names alphabetically

    By sorting the child paths of a node alphabetically, clients can do a
    binary search for the node they want, rather than having to iterate over
    all children.
2012-10-04 10:31:46 -04:00
Vincent Batts
721355396c adding an executable aspect to the jar 2012-10-04 09:31:21 -04:00
Vincent Batts
e1677f54b9 moving the files that are from redhat code, into their own namespace 2012-10-04 09:22:28 -04:00
Vincent Batts
5162210602 adding the license to the classes pulled from candlepin's
X509V3ExtensionUtil
2012-10-04 09:20:18 -04:00
Vincent Batts
7664a903cc pulling out more of the tree objects 2012-10-03 21:40:17 -04:00
Vincent Batts
f788c73a8e adding ignores 2012-10-03 15:37:17 -04:00
Vincent Batts
eff1a986ad adding huffman node and a context by which to increment the id 2012-10-03 15:09:19 -04:00
Vincent Batts
ee041ca50c initial commit 2012-09-26 18:47:16 -04:00