Skip to content
android-commons Home
Type to start searching
    android-commons
    android-commons
    • buildtools
    • shell
    • theme
    • Parameters
    • Constructors
    • Properties

    shell / projekt.commons.shell / Shell / Result

    Result¶

    data class Result

    The result of executed command

    Parameters¶

    output - Output of executed command

    Constructors¶

    Name Summary
    <init> Result(output:ArrayList<String>)
    The result of executed command

    Properties¶

    Name Summary
    output val output:ArrayList<String>
    Output of executed command
    Copyright © 2019 Projekt Development LLC.
    powered by MkDocs and Material for MkDocs