Searched defs:tag (Results 1 - 7 of 7) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DBazaarTagEntry.java7 * Bazaar specific tag class with ability to compare itself
14 public BazaarTagEntry(int revision, String tag) { argument
15 super(revision, tag);
20 assert this.revision != NOREV : "BazaarTagEntry created without tag specified.specified";
H A DMercurialTagEntry.java7 * Mercurial specific tag class with ability to compare itself with
14 public MercurialTagEntry(int revision, String tag) { argument
15 super(revision, tag);
H A DTagEntry.java9 * Class representing tag as Pair<revision, tag string>. Has overloaded equals()
40 public void setTags(String tag) { argument
41 this.tags = tag;
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java139 private void spool(BufferedReader reader, PrintWriter out, String tag) throws IOException { argument
142 if (line.equals(tag)) {
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DHit.java205 * Holds value of property tag.
207 private String tag; field in class:Hit
210 * Getter for property tag.
211 * @return Value of property tag.
215 return this.tag;
219 * Setter for property tag.
220 * @param tag New value of property tag.
222 public void setTag(String tag) { argument
224 this.tag
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DEftarFile.java64 public String tag; field in class:EftarFile.Node
70 public Node(long hash, String tag) { argument
72 this.tag = tag;
154 if (n.tag != null) {
155 out.write(n.tag.getBytes());
156 offset += n.tag.length();
165 if (childnode.tag == null) {
168 out.writeShort((short) childnode.tag.length());
171 if (childnode.tag
[all...]
/opengrok-sun/lib/
H A Dbcel-5.2.jar ... .Serializable { protected int name_index protected int length protected byte tag protected org.apache.bcel.classfile.ConstantPool ...

Completed in 349 milliseconds