Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XmlWriterRequestBuilder (0.14 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/xml/XmlWriterRequest.java

        static <T> XmlWriterRequestBuilder<T> builder() {
            return new XmlWriterRequestBuilder<>();
        }
    
        class XmlWriterRequestBuilder<T> {
            Path path;
            OutputStream outputStream;
            Writer writer;
            T content;
            Function<Object, String> inputLocationFormatter;
    
            public XmlWriterRequestBuilder<T> path(Path path) {
                this.path = path;
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sat Aug 10 22:21:50 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top