index
int64
repo_id
string
file_path
string
content
string
0
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation/validator/EbInterfaceValidator.java
package at.ebinterface.validation.validator; import java.io.IOException; import javax.xml.XMLConstants; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; import javax.xml.bind.util.JAXBResult; import javax.xml.transform.Source; import javax.xml.transform.Transformer; import javax.xml.transform.T...
0
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation/validator/LocalSchemaResolver.java
package at.ebinterface.validation.validator; import java.io.InputStream; import java.io.Reader; import javax.xml.crypto.dsig.XMLSignature; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.w3c.dom.ls.LSInput; import org.w3c.dom.ls.LSResourceResolver; /** * Resolver for local schema definitions *...
0
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation/validator/Rule.java
package at.ebinterface.validation.validator; import java.io.Serializable; import com.helger.commons.equals.EqualsHelper; import com.helger.commons.hashcode.HashCodeGenerator; import com.helger.ebinterface.EEbInterfaceVersion; /** * Represents a Schematron rule */ public class Rule implements Serializable { priva...
0
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation/validator/Rules.java
package at.ebinterface.validation.validator; import java.util.ArrayList; import java.util.List; import com.helger.ebinterface.EEbInterfaceVersion; /** * Servers as a wrapper for the different Schematron rules which may be checked with this service * * @author pl */ public final class Rules { /** * Stores ...
0
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation/validator/SAXParserFactory.java
package at.ebinterface.validation.validator; import javax.xml.parsers.ParserConfigurationException; import javax.xml.parsers.SAXParser; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.xml.sax.SAXException; /** * Factory providing XXE-save SAX-parser */ public class SAXParserFactory { private ...
0
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation/validator/ValidationResult.java
package at.ebinterface.validation.validator; import at.ebinterface.validation.parser.EbiVersion; import at.ebinterface.validation.rtr.generated.VerifyDocumentResponse; import at.ebinterface.validation.validator.jaxb.Result; /** * DTO for the XML Schema validation result * * @author pl */ public final class Valida...
0
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation/validator
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation/validator/jaxb/Result.java
package at.ebinterface.validation.validator.jaxb; import java.io.Serializable; import java.util.ArrayList; import java.util.Collection; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax....
0
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation/validator
java-sources/at/austriapro/ebinterface-web-core/1.0.9/at/ebinterface/validation/validator/jaxb/package-info.java
@javax.xml.bind.annotation.XmlSchema(namespace = "http://validation.erpel.at", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) package at.ebinterface.validation.validator.jaxb;
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/AbstractEbInterfaceXRechnungConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/EXRechnungVersion.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/AbstractXRechnungToEbInterfaceConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/cii/AbstractXRechnungCIIToEbInterfaceConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/cii/XRechnungCIIInvoiceToEbInterface40Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/cii/XRechnungCIIInvoiceToEbInterface41Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/cii/XRechnungCIIInvoiceToEbInterface42Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/cii/XRechnungCIIInvoiceToEbInterface43Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/cii/XRechnungCIIInvoiceToEbInterface50Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/cii/XRechnungCIIInvoiceToEbInterface60Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/cii/XRechnungCIIInvoiceToEbInterface61Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/ubl/AbstractXRechnungUBLToEbInterfaceConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/ubl/XRechnungUBLInvoiceToEbInterface40Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/ubl/XRechnungUBLInvoiceToEbInterface41Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/ubl/XRechnungUBLInvoiceToEbInterface42Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/ubl/XRechnungUBLInvoiceToEbInterface43Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/ubl/XRechnungUBLInvoiceToEbInterface50Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/ubl/XRechnungUBLInvoiceToEbInterface60Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/from/ubl/XRechnungUBLInvoiceToEbInterface61Converter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to/AbstractEbInterfaceToXRechnungConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to/ubl/AbstractEbInterfaceToXRechnungUBLConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to/ubl/EbInterface40ToXRechnungUBLConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to/ubl/EbInterface41ToXRechnungUBLConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to/ubl/EbInterface42ToXRechnungUBLConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to/ubl/EbInterface43ToXRechnungUBLConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to/ubl/EbInterface50ToXRechnungUBLConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to/ubl/EbInterface60ToXRechnungUBLConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/to/ubl/EbInterface61ToXRechnungUBLConverter.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung
java-sources/at/austriapro/ebinterface-xrechnung-mapping/3.0.0/at/austriapro/ebinterface/xrechnung/validator/XRechnungValidator.java
/* * Copyright (c) 2019-2025 AUSTRIAPRO - www.austriapro.at * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
0
java-sources/at/base10/result/1.4.0/at/base10
java-sources/at/base10/result/1.4.0/at/base10/result/Failure.java
package at.base10.result; import lombok.NonNull; import java.util.List; import java.util.NoSuchElementException; import java.util.Objects; import java.util.Optional; import java.util.function.Consumer; import java.util.function.Function; import java.util.function.Predicate; import java.util.stream.Stream; /** * {@i...
0
java-sources/at/base10/result/1.4.0/at/base10
java-sources/at/base10/result/1.4.0/at/base10/result/None.java
package at.base10.result; final class None implements Operator { None() { } }
0
java-sources/at/base10/result/1.4.0/at/base10
java-sources/at/base10/result/1.4.0/at/base10/result/Operator.java
package at.base10.result; import lombok.NonNull; import java.util.List; import java.util.Optional; import java.util.concurrent.CompletableFuture; import java.util.function.Consumer; import java.util.function.Function; import java.util.function.Predicate; import java.util.function.Supplier; import java.util.stream.Str...
0
java-sources/at/base10/result/1.4.0/at/base10
java-sources/at/base10/result/1.4.0/at/base10/result/Result.java
package at.base10.result; import java.util.List; import java.util.NoSuchElementException; import java.util.Optional; import java.util.function.Consumer; import java.util.function.Function; import java.util.function.Predicate; import java.util.function.Supplier; import java.util.stream.Stream; /** * An interface repr...
0
java-sources/at/base10/result/1.4.0/at/base10
java-sources/at/base10/result/1.4.0/at/base10/result/Success.java
package at.base10.result; import lombok.NonNull; import java.util.List; import java.util.NoSuchElementException; import java.util.Objects; import java.util.Optional; import java.util.function.Consumer; import java.util.function.Function; import java.util.function.Predicate; import java.util.stream.Stream; /** * {@i...
0
java-sources/at/base10/result/1.4.0/at/base10/result
java-sources/at/base10/result/1.4.0/at/base10/result/interop/None.java
package at.base10.result.interop; final class None implements ResultList, ResultOptional, ResultStream { None() { } }
0
java-sources/at/base10/result/1.4.0/at/base10/result
java-sources/at/base10/result/1.4.0/at/base10/result/interop/ResultList.java
package at.base10.result.interop; import at.base10.result.Result; import lombok.val; import java.util.ArrayList; import java.util.List; import java.util.function.Function; import java.util.stream.Stream; import static at.base10.result.Operator.mapEither; import static at.base10.result.Result.failure; import static ...
0
java-sources/at/base10/result/1.4.0/at/base10/result
java-sources/at/base10/result/1.4.0/at/base10/result/interop/ResultOptional.java
package at.base10.result.interop; import at.base10.result.Result; import java.util.Optional; import java.util.function.Function; import static at.base10.result.Operator.map; import static at.base10.result.Operator.mapEither; import static at.base10.result.Result.success; /** * A utility class providing functional...
0
java-sources/at/base10/result/1.4.0/at/base10/result
java-sources/at/base10/result/1.4.0/at/base10/result/interop/ResultStream.java
package at.base10.result.interop; import at.base10.result.Result; import java.util.Collection; import java.util.function.Function; import java.util.stream.Stream; import static at.base10.result.Operator.mapEither; import static at.base10.result.Result.failure; import static at.base10.result.Result.success; /** * A...
0
java-sources/at/base10/state/1.1.1/at/base10
java-sources/at/base10/state/1.1.1/at/base10/state/ContextAwareState.java
package at.base10.state; /** * An abstract base class for states that are aware of their associated state machine. * <p> * This class provides a reference to the {@link StateMachine} instance, allowing states * to interact with and transition within the state machine. * </p> * * @param <S> the type representing...
0
java-sources/at/base10/state/1.1.1/at/base10
java-sources/at/base10/state/1.1.1/at/base10/state/StateFactory.java
package at.base10.state; /** * A factory interface for creating state instances within a state machine. * * @param <S> the type representing the states in the state machine */ public interface StateFactory<S> { /** * Builds a new state instance associated with the given state machine. * * @param...
0
java-sources/at/base10/state/1.1.1/at/base10
java-sources/at/base10/state/1.1.1/at/base10/state/StateMachine.java
package at.base10.state; import at.base10.state.observer.Observer; import at.base10.state.observer.Subscription; /** * Represents a generic state machine that manages states of type {@code S}. * * @param <S> the type representing the states in the state machine */ public interface StateMachine<S> { /** ...
0
java-sources/at/base10/state/1.1.1/at/base10
java-sources/at/base10/state/1.1.1/at/base10/state/StateMachineBuilder.java
package at.base10.state; import lombok.NonNull; import lombok.extern.log4j.Log4j2; import java.util.ArrayList; import java.util.Collection; import java.util.List; /** * A builder class for constructing instances of {@link StateMachine}. * * @param <S> the type representing the states in the state machine */ @Log...
0
java-sources/at/base10/state/1.1.1/at/base10
java-sources/at/base10/state/1.1.1/at/base10/state/StateMachineImpl.java
package at.base10.state; import at.base10.state.observer.Observer; import at.base10.state.observer.StateChangeEvent; import at.base10.state.observer.Subscription; import lombok.Getter; import lombok.NonNull; import lombok.Setter; import lombok.experimental.PackagePrivate; import lombok.extern.log4j.Log4j2; import jav...
0
java-sources/at/base10/state/1.1.1/at/base10
java-sources/at/base10/state/1.1.1/at/base10/state/TransitionalState.java
package at.base10.state; /** * {@inheritDoc} * * An abstract class that provides a base implementation for states * that support transitions within a state machine. * * @param <S> the type representing the states in the state machine */ public abstract class TransitionalState<S> extends ContextAwareState<S> { ...
0
java-sources/at/base10/state/1.1.1/at/base10/state
java-sources/at/base10/state/1.1.1/at/base10/state/observer/Observer.java
package at.base10.state.observer; /** * Observer interface for receiving notifications about state changes. * * @param <S> the type representing the state */ public interface Observer<S> { /** * Called when a state change occurs. * * @param observable the event containing the previous and curre...
0
java-sources/at/base10/state/1.1.1/at/base10/state
java-sources/at/base10/state/1.1.1/at/base10/state/observer/StateChangeEvent.java
package at.base10.state.observer; /** * Represents an event of a state change, containing both the previous and current states. * * @param <S> the type representing the state * @param previous the previous state * @param current the current state */ public record StateChangeEvent<S>(S previous, S current) { ...
0
java-sources/at/base10/state/1.1.1/at/base10/state
java-sources/at/base10/state/1.1.1/at/base10/state/observer/Subscription.java
package at.base10.state.observer; import at.base10.state.StateMachine; /** * Represents a subscription to a state machine's observer mechanism. * Allows for unregistering the observer from the state machine. * * @param <S> the type representing the state * @param stateMachine the state machine instance * @para...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/DartServer.java
/******************************************************************************* * Copyright (c) 2015 BestSolution.at and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/DartServerFactory.java
/******************************************************************************* * Copyright (c) 2015 BestSolution.at and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/DartService.java
/******************************************************************************* * Copyright (c) 2015 BestSolution.at and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/Registration.java
/******************************************************************************* * Copyright (c) 2015 BestSolution.at and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/RequestErrorException.java
/******************************************************************************* * Copyright (c) 2015 BestSolution.at and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal/local/LocalAnalysisService.java
package at.bestsolution.dart.server.api.internal.local; import com.google.gson.JsonObject; import com.google.gson.Gson; import java.util.concurrent.ExecutionException; import at.bestsolution.dart.server.api.RequestErrorException; import java.util.List; import java.util.ArrayList; import at.bestsolution.dart.server.api...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal/local/LocalCompletionService.java
package at.bestsolution.dart.server.api.internal.local; import com.google.gson.JsonObject; import com.google.gson.Gson; import java.util.concurrent.ExecutionException; import at.bestsolution.dart.server.api.RequestErrorException; import java.util.List; import java.util.ArrayList; import at.bestsolution.dart.server.api...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal/local/LocalDartServer.java
package at.bestsolution.dart.server.api.internal.local; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Map; import java.util.HashMap; import java.util.concurrent.Future; import java.util.concurrent.CompletableFuture; import java.util.concurrent.atomic.Atom...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal/local/LocalDartServerFactory.java
/******************************************************************************* * Copyright (c) 2015 BestSolution.at and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal/local/LocalEditService.java
package at.bestsolution.dart.server.api.internal.local; import com.google.gson.JsonObject; import com.google.gson.Gson; import java.util.concurrent.ExecutionException; import at.bestsolution.dart.server.api.RequestErrorException; import java.util.List; import java.util.ArrayList; import at.bestsolution.dart.server.api...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal/local/LocalExecutionService.java
package at.bestsolution.dart.server.api.internal.local; import com.google.gson.JsonObject; import com.google.gson.Gson; import java.util.concurrent.ExecutionException; import at.bestsolution.dart.server.api.RequestErrorException; import java.util.List; import java.util.ArrayList; import at.bestsolution.dart.server.api...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal/local/LocalSearchService.java
package at.bestsolution.dart.server.api.internal.local; import com.google.gson.JsonObject; import com.google.gson.Gson; import java.util.concurrent.ExecutionException; import at.bestsolution.dart.server.api.RequestErrorException; import java.util.List; import java.util.ArrayList; import at.bestsolution.dart.server.api...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/internal/local/LocalServerService.java
package at.bestsolution.dart.server.api.internal.local; import com.google.gson.JsonObject; import com.google.gson.Gson; import java.util.concurrent.ExecutionException; import at.bestsolution.dart.server.api.RequestErrorException; import java.util.List; import java.util.ArrayList; import at.bestsolution.dart.server.api...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AddContentOverlay.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AddContentOverlay extends Overlay { private String content ; private String type = "add"; public AddContentOverlay() { } public String getContent() { return this.content; } public void setContent(String content) { this.co...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisError.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisError { private AnalysisErrorSeverity severity ; private AnalysisErrorType type ; private Location location ; private String message ; private String correction ; public AnalysisError() { } public AnalysisErrorSeverit...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisErrorFixes.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisErrorFixes { private AnalysisError error ; private SourceChange[] fixes ; public AnalysisErrorFixes() { } public AnalysisError getError() { return this.error; } public void setError(AnalysisError error) { this.err...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisErrorSeverity.java
package at.bestsolution.dart.server.api.model; public enum AnalysisErrorSeverity { INFO ,WARNING ,ERROR }
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisErrorType.java
package at.bestsolution.dart.server.api.model; public enum AnalysisErrorType { CHECKED_MODE_COMPILE_TIME_ERROR ,COMPILE_TIME_ERROR ,HINT ,LINT ,STATIC_TYPE_WARNING ,STATIC_WARNING ,SYNTACTIC_ERROR ,TODO }
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisErrorsNotification.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisErrorsNotification { private java.lang.String file; private AnalysisError[] errors; public AnalysisErrorsNotification() { } public java.lang.String getFile() { return this.file; } public void setFile(java.lang.String...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisFlushResultsNotification.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisFlushResultsNotification { private java.lang.String[] files; public AnalysisFlushResultsNotification() { } public java.lang.String[] getFiles() { return this.files; } public void setFiles(java.lang.String[] files) { ...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisFoldingNotification.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisFoldingNotification { private java.lang.String file; private FoldingRegion regions; public AnalysisFoldingNotification() { } public java.lang.String getFile() { return this.file; } public void setFile(java.lang.Strin...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisGetErrorsRequest.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisGetErrorsRequest { private java.lang.String file; public AnalysisGetErrorsRequest() { } public AnalysisGetErrorsRequest(java.lang.String file) { this.file = file; } public java.lang.String getFile() { return this.fi...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisGetErrorsResult.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisGetErrorsResult { private AnalysisError[] errors; public AnalysisGetErrorsResult() { } public AnalysisError[] getErrors() { return this.errors; } public void setErrors(AnalysisError[] errors) { this.errors = errors;...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisGetHoverRequest.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisGetHoverRequest { private java.lang.String file; private int offset; public AnalysisGetHoverRequest() { } public AnalysisGetHoverRequest(java.lang.String file,int offset) { this.file = file; this.offset = offset; } ...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisGetHoverResult.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisGetHoverResult { private HoverInformation[] hovers; public AnalysisGetHoverResult() { } public HoverInformation[] getHovers() { return this.hovers; } public void setHovers(HoverInformation[] hovers) { this.hovers = ...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisGetLibraryDependenciesResult.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisGetLibraryDependenciesResult { private java.lang.String[] libraries; private Map<String,Map<String,java.lang.String[]>> packageMap; public AnalysisGetLibraryDependenciesResult() { } public java.lang.String[] getLibraries(...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisGetNavigationRequest.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisGetNavigationRequest { private java.lang.String file; private int offset; private int length; public AnalysisGetNavigationRequest() { } public AnalysisGetNavigationRequest(java.lang.String file,int offset,int length) { ...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisGetNavigationResult.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisGetNavigationResult { private java.lang.String[] files; private NavigationTarget[] targets; private NavigationRegion[] regions; public AnalysisGetNavigationResult() { } public java.lang.String[] getFiles() { return thi...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisHighlightsNotification.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisHighlightsNotification { private java.lang.String file; private HighlightRegion[] regions; public AnalysisHighlightsNotification() { } public java.lang.String getFile() { return this.file; } public void setFile(java....
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisInvalidateNotification.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisInvalidateNotification { private java.lang.String file; private int offset; private int length; private int delta; public AnalysisInvalidateNotification() { } public java.lang.String getFile() { return this.file; } ...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisNavigationNotification.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisNavigationNotification { private java.lang.String file; private NavigationRegion[] regions; private NavigationTarget[] targets; private java.lang.String[] files; public AnalysisNavigationNotification() { } public java.l...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisOccurrencesNotification.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisOccurrencesNotification { private java.lang.String file; private Occurrences[] occurences; public AnalysisOccurrencesNotification() { } public java.lang.String getFile() { return this.file; } public void setFile(java...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisOptions.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisOptions { private boolean enableAsync ; private boolean enableDeferredLoading ; private boolean enableEnums ; private boolean enableNullAwareOperators ; private boolean generateDart2jsHints ; private boolean generateHints...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisOutlineNotification.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisOutlineNotification { private java.lang.String file; private Outline outline; public AnalysisOutlineNotification() { } public java.lang.String getFile() { return this.file; } public void setFile(java.lang.String file...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisOverridesNotification.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisOverridesNotification { private java.lang.String file; private Override[] overrides; public AnalysisOverridesNotification() { } public java.lang.String getFile() { return this.file; } public void setFile(java.lang.St...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisReanalyzeRequest.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisReanalyzeRequest { private java.lang.String[] roots; public AnalysisReanalyzeRequest() { } public AnalysisReanalyzeRequest(java.lang.String[] roots) { this.roots = roots; } public java.lang.String[] getRoots() { ret...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisService.java
package at.bestsolution.dart.server.api.model; public enum AnalysisService { FOLDING ,HIGHLIGHTS ,INVALIDATE ,NAVIGATION ,OCCURRENCES ,OUTLINE ,OVERRIDES }
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisSetAnalysisRootsRequest.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisSetAnalysisRootsRequest { private java.lang.String[] included; private java.lang.String[] excluded; private Map<java.lang.String,java.lang.String> packageRoots; public AnalysisSetAnalysisRootsRequest() { } public Analysi...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisSetPriorityFilesRequest.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisSetPriorityFilesRequest { private java.lang.String[] files; public AnalysisSetPriorityFilesRequest() { } public AnalysisSetPriorityFilesRequest(java.lang.String[] files) { this.files = files; } public java.lang.String...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisSetSubscriptionsRequest.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisSetSubscriptionsRequest { private Map<AnalysisService,java.lang.String[]> subscriptions; public AnalysisSetSubscriptionsRequest() { } public AnalysisSetSubscriptionsRequest(Map<AnalysisService,java.lang.String[]> subscript...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisStatus.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisStatus { private boolean isAnalyzing ; private String analysisTarget ; public AnalysisStatus() { } public boolean getIsAnalyzing() { return this.isAnalyzing; } public void setIsAnalyzing(boolean isAnalyzing) { thi...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisUpdateContentRequest.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisUpdateContentRequest { private Map<java.lang.String,Overlay> files; public AnalysisUpdateContentRequest() { } public AnalysisUpdateContentRequest(Map<java.lang.String,Overlay> files) { this.files = files; } public Map...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/AnalysisUpdateOptionsRequest.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class AnalysisUpdateOptionsRequest { private AnalysisOptions options; public AnalysisUpdateOptionsRequest() { } public AnalysisUpdateOptionsRequest(AnalysisOptions options) { this.options = options; } public AnalysisOptions getOpti...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/ChangeContentOverlay.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class ChangeContentOverlay extends Overlay { private SourceEdit[] edits ; private String type = "change"; public ChangeContentOverlay() { } public SourceEdit[] getEdits() { return this.edits; } public void setEdits(SourceEdit[] e...
0
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api
java-sources/at/bestsolution/at.bestsolution.dart.server.api/1.0.0/at/bestsolution/dart/server/api/model/CompletionGetSuggestionsRequest.java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class CompletionGetSuggestionsRequest { private java.lang.String file; private int offset; public CompletionGetSuggestionsRequest() { } public CompletionGetSuggestionsRequest(java.lang.String file,int offset) { this.file = file; th...