Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 9 of 9 for int (0.04 seconds)

  1. Custom Components

    { private int number = -1; public void setNumber(int number) {...BaseFilterReader(reader) { int count = 0; public int read() throws IOException...
    ant.apache.org/manual/Types/custom-programming.html
    Tue Oct 19 07:20:25 GMT 2021
      3.9K bytes
  2. Proxy Configuration

    /system/proxy/socks_port int - /system/proxy/ftp_port int - /system/proxy/secure_port...string - /system/http_proxy/port int - /system/proxy/socks_host string...
    ant.apache.org/manual/proxy.html
    Tue Oct 19 07:20:25 GMT 2021
      4.2K bytes
  3. Deprecated List (Apache Ant API)

    doGet (int, Get.DownloadProgress) only gets...1.5.x. Use EmailTask.setMailport(int) instead. org.apache.tools.a...
    ant.apache.org/manual/api/deprecated-list.html
    Thu Aug 29 14:17:20 GMT 2024
      9.7K bytes
  4. Writing Your Own Task

    void setAttrA(int a) {} public void setAttrB(int b) {} public...file. any other primitive type ( int , short and so on), Ant will...
    ant.apache.org/manual/develop.html
    Tue Oct 19 07:20:25 GMT 2021
      7.6K bytes
  5. Properties and PropertyHelpers

    ParseNextProperty notUsed) { int index = pos.getIndex(); if (s.indexOf("${",...(s.indexOf("${", index) == index) { int end = s.indexOf('}', index);...
    ant.apache.org/manual/properties.html
    Tue Oct 19 07:20:25 GMT 2021
      6K bytes
  6. org.apache.tools.ant.taskdefs.optional (Apache ...

    Enumerated attribute with the values "int", "date" and "string". PropertyFile.Unit...
    ant.apache.org/manual/api/org/apache/tools/ant/taskdefs/optional/package-summary.html
    Thu Aug 29 14:17:20 GMT 2024
      2.5K bytes
  7. Tutorial: Writing Tasks

    set-method: primitive data types like int , long , ... their wrapper classes...
    ant.apache.org/manual/tutorial-writing-tasks.html
    Tue Oct 19 07:20:25 GMT 2021
      7.9K bytes
  8. Running Apache Ant

    Main { protected void exit(int exitCode) { // implement your...
    ant.apache.org/manual/running.html
    Tue Oct 19 07:20:25 GMT 2021
      9.4K bytes
  9. FilterChains and FilterReaders

    <b>Comparator</b> { public int compare(Object o1, Object o2)...
    ant.apache.org/manual/Types/filterchain.html
    Tue Oct 19 07:20:25 GMT 2021
      10.7K bytes
Back to Top