file-target —
TODO
class file-target : abstract-file-target { rule __init__ ( name exact ? : type ? : project : action ? : path ? ) { } rule clone-with-different-type ( new-type ) { } rule actualize-location ( target ) { } rule path ( ) { } }
rule __init__ ( name exact ? : type ? : project : action ? : path ? )
rule clone-with-different-type ( new-type )
rule actualize-location ( target )
rule path ( )