Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6B69A200C16 for ; Thu, 9 Feb 2017 18:34:16 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 69DE6160B6F; Thu, 9 Feb 2017 17:34:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 22555160B6B for ; Thu, 9 Feb 2017 18:34:13 +0100 (CET) Received: (qmail 32342 invoked by uid 500); 9 Feb 2017 17:34:13 -0000 Mailing-List: contact commits-help@juneau.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.incubator.apache.org Delivered-To: mailing list commits@juneau.incubator.apache.org Received: (qmail 32333 invoked by uid 99); 9 Feb 2017 17:34:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2017 17:34:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C3256C0C5C for ; Thu, 9 Feb 2017 17:34:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.218 X-Spam-Level: X-Spam-Status: No, score=-6.218 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 2vKPpvhtmtgH for ; Thu, 9 Feb 2017 17:33:52 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id A3C0D60CC6 for ; Thu, 9 Feb 2017 17:33:36 +0000 (UTC) Received: (qmail 26990 invoked by uid 99); 9 Feb 2017 17:33:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2017 17:33:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C73F3DFF1F; Thu, 9 Feb 2017 17:33:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jamesbognar@apache.org To: commits@juneau.incubator.apache.org Date: Thu, 09 Feb 2017 17:34:03 -0000 Message-Id: <7f06eba33b284242995f2954069aa9af@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [29/51] [partial] incubator-juneau-website git commit: Update for 6.1.0 archived-at: Thu, 09 Feb 2017 17:34:16 -0000 http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/beb5f5d0/content/site/apidocs/org/apache/juneau/ini/Section.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/ini/Section.html b/content/site/apidocs/org/apache/juneau/ini/Section.html index fe79d62..ce7e84e 100644 --- a/content/site/apidocs/org/apache/juneau/ini/Section.html +++ b/content/site/apidocs/org/apache/juneau/ini/Section.html @@ -366,7 +366,7 @@ implements
  • clear

    -
    public void clear()
    +
    public void clear()
    Specified by:
    clear in interface Map<String,String>
    @@ -379,7 +379,7 @@ implements
  • containsKey

    -
    public boolean containsKey(Object key)
    +
    public boolean containsKey(Object key)
    Specified by:
    containsKey in interface Map<String,String>
    @@ -392,7 +392,7 @@ implements
  • containsValue

    -
    public boolean containsValue(Object value)
    +
    public boolean containsValue(Object value)
    Specified by:
    containsValue in interface Map<String,String>
    @@ -405,7 +405,7 @@ implements
  • entrySet

    -
    public Set<Map.Entry<String,String>> entrySet()
    +
    public Set<Map.Entry<String,String>> entrySet()
    Specified by:
    entrySet in interface Map<String,String>
    @@ -418,7 +418,7 @@ implements
  • get

    -
    public String get(Object key)
    +
    public String get(Object key)
    Specified by:
    get in interface Map<String,String>
    @@ -431,7 +431,7 @@ implements
  • isEmpty

    -
    public boolean isEmpty()
    +
    public boolean isEmpty()
    Specified by:
    isEmpty in interface Map<String,String>
    @@ -444,7 +444,7 @@ implements
  • keySet

    -
    public Set<StringkeySet()
    +
    public Set<StringkeySet()
    Specified by:
    keySet in interface Map<String,String>
    @@ -457,7 +457,7 @@ implements
  • put

    -
    public String put(String key,
    +
    public String put(String key,
                       String value)
    Specified by:
    @@ -471,7 +471,7 @@ implements
  • put

    -
    public String put(String key,
    +
    public String put(String key,
                       String value,
                       boolean encoded)
    Sets the specified value in this section.
    @@ -491,7 +491,7 @@ implements
  • putAll

    -
    public void putAll(Map<? extends String,? extends String> map)
    +
    public void putAll(Map<? extends String,? extends String> map)
    Specified by:
    putAll in interface Map<String,String>
    @@ -504,7 +504,7 @@ implements
  • remove

    -
    public String remove(Object key)
    +
    public String remove(Object key)
    Specified by:
    remove in interface Map<String,String>
    @@ -517,7 +517,7 @@ implements
  • size

    -
    public int size()
    +
    public int size()
    Specified by:
    size in interface Map<String,String>
    @@ -530,7 +530,7 @@ implements
  • values

    -
    public Collection<Stringvalues()
    +
    public Collection<Stringvalues()
    Specified by:
    values in interface Map<String,String>
    @@ -543,7 +543,7 @@ implements
  • isEncoded

    -
    public boolean isEncoded(String key)
    +
    public boolean isEncoded(String key)
    Returns true if the specified entry is encoded.
    Parameters:
    @@ -559,7 +559,7 @@ implements
  • addHeaderComments

    -
    public Section addHeaderComments(List<String> comments)
    +
    public Section addHeaderComments(List<String> comments)
    Adds header comments to this section.
    Parameters:
    @@ -577,7 +577,7 @@ implements
  • clearHeaderComments

    -
    public void clearHeaderComments()
    +
    public void clearHeaderComments()
    Removes all header comments from this section.
  • @@ -587,7 +587,7 @@ implements
  • writeTo

    -
    public void writeTo(PrintWriter out,
    +
    public void writeTo(PrintWriter out,
                         ConfigFileFormat format)
    Serialize this section.
    http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/beb5f5d0/content/site/apidocs/org/apache/juneau/internal/Version.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/internal/Version.html b/content/site/apidocs/org/apache/juneau/internal/Version.html index 9c506e4..2231ae1 100644 --- a/content/site/apidocs/org/apache/juneau/internal/Version.html +++ b/content/site/apidocs/org/apache/juneau/internal/Version.html @@ -206,7 +206,7 @@ extends Constructor
    Parameters:
    -
    versionString - - A string of the form "#.#..." where there can be any number of parts. +
    versionString - A string of the form "#.#..." where there can be any number of parts.
    Valid values:
    • "1.2" http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/beb5f5d0/content/site/apidocs/org/apache/juneau/jena/RdfCommonContext.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/jena/RdfCommonContext.html b/content/site/apidocs/org/apache/juneau/jena/RdfCommonContext.html index b01078f..1ee61ff 100644 --- a/content/site/apidocs/org/apache/juneau/jena/RdfCommonContext.html +++ b/content/site/apidocs/org/apache/juneau/jena/RdfCommonContext.html @@ -98,199 +98,8 @@


    -
    public interface RdfCommonContext
    -
    Configurable properties common to both the RdfSerializer and RdfParser classes. - -
    Configurable properties common to the RDF serializers and parsers
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Setting nameDescriptionData typeDefault value
    RDF_languageRDF language.String"RDF/XML-ABBREV"
    RDF_juneauNsXML namespace for Juneau properties.Namespace{j:'http://www.apache.org/juneau/'}
    RDF_juneauBpNsDefault XML namespace for bean properties.Namespace{j:'http://www.apache.org/juneaubp/'}
    RDF_useXmlNamespacesReuse XML namespaces when RDF namespaces not specified.Booleantrue
    RDF_arp_iriRulesRDF/XML property: iri_rules.String"lax"
    RDF_arp_errorModeRDF/XML ARP property: error-mode.String"lax"
    RDF_arp_embeddingRDF/XML ARP property: embedding.Booleanfalse
    RDF_arp_err_RDF/XML ARP property: ERR_xxx.String
    RDF_arp_warn_RDF/XML ARP property: WARN_xxx.String
    RDF_arp_ign_RDF/XML ARP property: IGN_xxx.String
    RDF_rdfxml_xmlBaseRDF/XML property: xmlbase.Stringnull
    RDF_rdfxml_longIdRDF/XML property: longId.Booleanfalse
    RDF_rdfxml_allowBadUrisRDF/XML property: allowBadURIs.Booleanfalse
    RDF_rdfxml_relativeUrisRDF/XML property: relativeURIs.String"same-document, absolute, relative, parent"
    RDF_rdfxml_showXmlDeclarationRDF/XML property: showXmlDeclaration.String"default"
    RDF_rdfxml_showDoctypeDeclarationRDF/XML property: showDoctypeDeclaration.Booleantrue
    RDF_rdfxml_tabRDF/XML property: tab.Integer2
    RDF_rdfxml_attributeQuoteCharRDF/XML property: attributeQuoteChar.Character'"'
    RDF_rdfxml_blockRulesRDF/XML property: blockRules.String""
    RDF_n3_minGapN3/Turtle property: minGap.Integer1
    RDF_n3_objectListsN3/Turtle property: objectLists.Booleantrue
    RDF_n3_subjectColumnN3/Turtle property: subjectColumn.Integerindent column
    RDF_n3_propertyColumnN3/Turtle property: propertyColumn.Integer8
    RDF_n3_indentPropertyN3/Turtle property: indentProperty.Integer6
    RDF_n3_widePropertyLenN3/Turtle property: widePropertyLen.Integer20
    RDF_n3_abbrevBaseUriN3/Turtle property: abbrevBaseURI.Booleantrue
    RDF_n3_usePropertySymbolsN3/Turtle property: usePropertySymbols.Booleantrue
    RDF_n3_useTripleQuotedStringsN3/Turtle property: useTripleQuotedStrings.Booleantrue
    RDF_n3_useDoublesN3/Turtle property: useDoubles.Booleantrue
    RDF_collectionFormatRDF format for representing collections and arrays.String"DEFAULT"
    RDF_looseCollectionsCollections should be serialized and parsed as loose collections.Booleanfalse
    +
    public interface RdfCommonContext
    +
    Configurable properties common to both the RdfSerializer and RdfParser classes.
  • @@ -522,7 +331,7 @@ @@ -532,7 +341,7 @@