Functions | |
def | author_name |
def | camel_case |
def | distro_version |
Methods. | |
def | mkdir_p |
def | validate_path |
def | which |
def rosjava_tools.utils.author_name | ( | ) |
def rosjava_tools.utils.camel_case | ( | word | ) |
def rosjava_tools.utils.mkdir_p | ( | path | ) |
def rosjava_tools.utils.validate_path | ( | path | ) |
Validates that there isn't a gradle project in the specified path. We use this when creating an android repo/package. @param path : path where you wish to create the repository/package. @type str @raise RuntimeError @return path : validated (exists) absolute pathname
def rosjava_tools.utils.which | ( | program | ) |