Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setDetail (0.41 sec)

  1. src/main/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsRequest.java

        }
    
        public void addField(final String field) {
            this.fields.add(field);
        }
    
        public void addLanguage(final String lang) {
            this.languages.add(lang);
        }
    
        public void setDetail(final boolean detail) {
            this.detail = detail;
        }
    
        public void addExcludeWord(final String excludeWord) {
            this.excludeWords.add(excludeWord);
        }
    
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    synchronized class XmlPullParserExcepti extends Exception { protected Throwable detail; protected int row; protected int column; public void XmlPullParserExcepti(String); public void XmlPullParserExcepti(String, XmlPullParser, Throwable); public Throwable getDetail(); public int getLineNumber(); public int getColumnNumber(); public void printStackTrace(); } org/codehaus/plexus/util/xml/pull/XmlSerializer.class package org.codehaus.plexus.util.xml.pull; public abstract interface XmlSerializer { public abstract...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
Back to top